I open form1 (nag), run it's code, and then
I want to unload it and load the main form.
How do I load form2
if I try this
unload form1
load form2
it doesn't work
I know of visible and invisible but that doesn't instigate the form load event..
how can I open form2 and run the form load
or do I have to use the visible and invisible and then call the form load event after it is visible.




Reply With Quote