andycharger
Well-known member
- Joined
- Apr 2, 2003
- Messages
- 152
In VB, you used to be able to show and hide forms like this:
form1.show
form2.hide
I have a button on my main form and It want the button to show the second form and hide the first. What is the code for this in VB.net?
form1.show
form2.hide
I have a button on my main form and It want the button to show the second form and hide the first. What is the code for this in VB.net?