R
ryanw007
Guest
In VB6, when I wrote a program that used many forms I could switch between forms by using:
NextForm.Show
Unload Me
How do I do this in VB.NET? Whenever I close a form, it closes all the forms that it launched. Thanks for any help.
NextForm.Show
Unload Me
How do I do this in VB.NET? Whenever I close a form, it closes all the forms that it launched. Thanks for any help.