T
Tom Bower
(VB newbie, no flames please)
I have a simple one-form VB application which I want, on
invocation, to start up, initialize and display the form
(the UI), and then go execute some more code (a loop that
checks for certain things etc.).
Where would I put this "more code" -- now, I can make it
do whatever I want in response to a standard UI event
(like user clicks button) but I want the form to load and
initialize, then go off and do this "more code" w/o the
user having to make any clicks.
Is there an event (form initialized?) I can tie this to?
I see a Form1_Load Sub that I can use to initialize some
things, but once the form is loaded what can be used to
trigger further code w/o explicit user interaction?
Thanks,
Tom.
I have a simple one-form VB application which I want, on
invocation, to start up, initialize and display the form
(the UI), and then go execute some more code (a loop that
checks for certain things etc.).
Where would I put this "more code" -- now, I can make it
do whatever I want in response to a standard UI event
(like user clicks button) but I want the form to load and
initialize, then go off and do this "more code" w/o the
user having to make any clicks.
Is there an event (form initialized?) I can tie this to?
I see a Form1_Load Sub that I can use to initialize some
things, but once the form is loaded what can be used to
trigger further code w/o explicit user interaction?
Thanks,
Tom.