Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
GeneralRe: Search for file Pin
Einar Kvandahl6-Oct-04 9:59
Einar Kvandahl6-Oct-04 9:59 
GeneralGtk# Window Refresh Problem Pin
jb33716-Oct-04 8:10
jb33716-Oct-04 8:10 
GeneralRe: Gtk# Window Refresh Problem Pin
Heath Stewart6-Oct-04 13:44
protectorHeath Stewart6-Oct-04 13:44 
GeneralChecking If Form Is Loaded Pin
Daniel Negron6-Oct-04 6:14
Daniel Negron6-Oct-04 6:14 
GeneralRe: Checking If Form Is Loaded Pin
Alex Korchemniy6-Oct-04 8:19
Alex Korchemniy6-Oct-04 8:19 
GeneralRe: Checking If Form Is Loaded Pin
Daniel Negron6-Oct-04 8:29
Daniel Negron6-Oct-04 8:29 
GeneralRe: Checking If Form Is Loaded Pin
Jon G6-Oct-04 8:45
Jon G6-Oct-04 8:45 
GeneralRe: Checking If Form Is Loaded Pin
Brian Nottingham6-Oct-04 12:57
Brian Nottingham6-Oct-04 12:57 
One way would be to hook an event handler to Application.Idle in the handler you have for Form.Load. The Idle event will be raised right after the Form is actually visible to the user. Remember to unhook your handler for Application.Idle in your handler for it.

You could also use BeginInvoke, which basically uses WM_POST to acheive a delayed call. So at the end of your Form.Load handler, you could do something like "BeginInvoke(new EventHandler(MyFunction));"


GeneralMAPI programming by C# Pin
ppp0016-Oct-04 5:53
ppp0016-Oct-04 5:53 
GeneralRe: MAPI programming by C# Pin
Heath Stewart6-Oct-04 13:40
protectorHeath Stewart6-Oct-04 13:40 
GeneralKeyboard question Pin
Jose Vicente6-Oct-04 5:28
Jose Vicente6-Oct-04 5:28 
GeneralRe: Keyboard question Pin
Alex Korchemniy6-Oct-04 8:10
Alex Korchemniy6-Oct-04 8:10 
GeneralRe: Keyboard question Pin
Jose Vicente6-Oct-04 21:10
Jose Vicente6-Oct-04 21:10 
GeneralRecieving error: unhandled exception... Pin
Moochie56-Oct-04 5:12
Moochie56-Oct-04 5:12 
GeneralRe: Recieving error: unhandled exception... Pin
Heath Stewart6-Oct-04 13:36
protectorHeath Stewart6-Oct-04 13:36 
QuestionRecord install path? Pin
the last free name6-Oct-04 4:50
the last free name6-Oct-04 4:50 
AnswerRe: Record install path? Pin
Heath Stewart6-Oct-04 13:25
protectorHeath Stewart6-Oct-04 13:25 
GeneralPanel control in a DLL Pin
Reinier van de Wetering6-Oct-04 4:48
Reinier van de Wetering6-Oct-04 4:48 
GeneralRe: Panel control in a DLL Pin
Jon G6-Oct-04 5:06
Jon G6-Oct-04 5:06 
GeneralRe: Panel control in a DLL Pin
Reinier van de Wetering6-Oct-04 19:47
Reinier van de Wetering6-Oct-04 19:47 
Generaldisplaying nested tables Pin
njaromack6-Oct-04 4:34
njaromack6-Oct-04 4:34 
GeneralRe: displaying nested tables Pin
njaromack6-Oct-04 10:36
njaromack6-Oct-04 10:36 
GeneralRe: displaying nested tables Pin
Heath Stewart6-Oct-04 13:16
protectorHeath Stewart6-Oct-04 13:16 
GeneralChange windows service logon account and password using c# Pin
Subin KJ6-Oct-04 4:31
Subin KJ6-Oct-04 4:31 
GeneralRe: Change windows service logon account and password using c# Pin
Heath Stewart6-Oct-04 12:57
protectorHeath Stewart6-Oct-04 12:57 

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.