Click here to Skip to main content
15,889,931 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox and rtf header/footer Pin
mr_seus6-Jul-05 4:16
mr_seus6-Jul-05 4:16 
GeneralRe: RichTextBox and rtf header/footer Pin
Dave Kreskowiak6-Jul-05 5:22
mveDave Kreskowiak6-Jul-05 5:22 
GeneralApplication.Run question Pin
1nsp1r3d6-Jul-05 0:11
1nsp1r3d6-Jul-05 0:11 
GeneralRe: Application.Run question Pin
MoustafaS6-Jul-05 3:27
MoustafaS6-Jul-05 3:27 
GeneralRe: Application.Run question Pin
Dave Kreskowiak6-Jul-05 3:47
mveDave Kreskowiak6-Jul-05 3:47 
GeneralRe: Application.Run question Pin
occcy6-Jul-05 3:36
occcy6-Jul-05 3:36 
GeneralRe: Application.Run question Pin
Dave Kreskowiak6-Jul-05 3:39
mveDave Kreskowiak6-Jul-05 3:39 
GeneralRe: Application.Run question Pin
Paul Voicu6-Jul-05 4:00
Paul Voicu6-Jul-05 4:00 
What else do you want to do other than hiding the (main) form of the application? I assume you want to launch another form for login or splash or something similar.
I suggest placing the code that you want to execute while keeping your form hidden in the OnLoad event delegate of that form. At some point, you will return from that code and continue with the execution of the delegate. I guess you could set the Visible property to false within the OnLoad delegate, but then what do you get to do in your application?
Maybe I didn't understand your desired behavior, but I suggest using the form's OnLoad delegate, because before that delegate is finished the form is not shown.

GeneralDBase Pin
Rassul Yunussov6-Jul-05 0:04
Rassul Yunussov6-Jul-05 0:04 
GeneralRe: DBase Pin
just4ulove76-Jul-05 3:40
just4ulove76-Jul-05 3:40 
GeneralRe: DBase Pin
Rassul Yunussov6-Jul-05 8:51
Rassul Yunussov6-Jul-05 8:51 
GeneralRe: DBase Pin
just4ulove76-Jul-05 8:53
just4ulove76-Jul-05 8:53 
GeneralRe: DBase Pin
Rassul Yunussov6-Jul-05 17:50
Rassul Yunussov6-Jul-05 17:50 
GeneralRe: DBase Pin
Rassul Yunussov7-Jul-05 9:54
Rassul Yunussov7-Jul-05 9:54 
GeneralRe: DBase Pin
just4ulove77-Jul-05 10:05
just4ulove77-Jul-05 10:05 
GeneralRe: DBase Pin
Rassul Yunussov7-Jul-05 18:41
Rassul Yunussov7-Jul-05 18:41 
GeneralDBase Pin
Rassul Yunussov6-Jul-05 0:01
Rassul Yunussov6-Jul-05 0:01 
GeneralTreeView - select a node by program Pin
fracalifa5-Jul-05 23:04
fracalifa5-Jul-05 23:04 
GeneralRe: TreeView - select a node by program Pin
WillemM5-Jul-05 23:57
WillemM5-Jul-05 23:57 
GeneralRe: TreeView - select a node by program Pin
S. Senthil Kumar6-Jul-05 0:56
S. Senthil Kumar6-Jul-05 0:56 
Generalimport excell file to datagrid in c# Pin
dabuskol5-Jul-05 22:14
dabuskol5-Jul-05 22:14 
Generalpanel picture Pin
romantic boy5-Jul-05 22:07
romantic boy5-Jul-05 22:07 
GeneralHopping from form to form Pin
JorisFromHolland5-Jul-05 20:59
JorisFromHolland5-Jul-05 20:59 
GeneralRe: Hopping from form to form Pin
mav.northwind5-Jul-05 21:21
mav.northwind5-Jul-05 21:21 
GeneralUdpClient Problem Pin
Zishan Haider5-Jul-05 20:32
Zishan Haider5-Jul-05 20:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.