D
Damien Sawyer
Hi all,
I wish to do certain tasks on startup (load from databases etc). The problem
is, if I put these events in the Load method of the form, the form is not
displayed until they are finished.
Surely I don't need to do those tasks on another thread. Is there an event
that fires 'after' the form is displayed?
Can someone please point me in the right direction?
Thanks very much in advance,
Damien Sawyer
I wish to do certain tasks on startup (load from databases etc). The problem
is, if I put these events in the Load method of the form, the form is not
displayed until they are finished.
Surely I don't need to do those tasks on another thread. Is there an event
that fires 'after' the form is displayed?
Can someone please point me in the right direction?
Thanks very much in advance,
Damien Sawyer