Currently have a button on my form that I launch to start my program in motion. Instead of pushing the button I just want it to automatically run the code but I can not find and onstartup form event.
Can anyone advise me where to find it. VB.net 2003
FormName_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
HINT: If you double click on the form in design mode, it will take you to this procedure. Otherwise, in the lefthand dropdown at the top of the code page behind your form, go to (FormName Events). In the right dropdown, select Load.
I hope this helps.
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.