A
\A_Michigan_User\
Where can I find a list of the sequence of events that a vb.net form goes
through... when the executable is first run?
(Before the user has moved/clicked/typed anything).
What order do these happen: load, active, validate, paint, resize, shown,
etc
(And all the others.)
I'm trying to run some of my own code just BEFORE the form is shown.... (but
AFTER Load() has happened).
Thanks.
through... when the executable is first run?
(Before the user has moved/clicked/typed anything).
What order do these happen: load, active, validate, paint, resize, shown,
etc
(And all the others.)
I'm trying to run some of my own code just BEFORE the form is shown.... (but
AFTER Load() has happened).
Thanks.