I am moving from VB6 to VB.NET and am playing around. The first thing I have ran into is showing and unloading forms.
I used to use this code in a command button:
form2.show
unload form1
...and then I would use (set form1 = nothing) in the unload event
Obviously this does not work anymore. How do I show a form and unload a form? P.S. - I have a book to read but I am just playing around now.
Thanks,
Shannan
I used to use this code in a command button:
form2.show
unload form1
...and then I would use (set form1 = nothing) in the unload event
Obviously this does not work anymore. How do I show a form and unload a form? P.S. - I have a book to read but I am just playing around now.
Thanks,
Shannan