VB help: Opening a new window

VB help: Opening a new window

Rockbomb
Dog fucker (but in a good way now)

2009 Nov 14 • 2045
So here's basically what I want to accomplish. I have one screen, and theres a button on it. When I click that button I want it to open a new window, and close the first one. But I'm not sure how to go about doing that.
Would I need to make another form?
 
 
 
2009 Dec 31 at 01:26 UTC
SuperJer
Websiteman

2005 Mar 21 • 6666
Add another Form to your project, i.e. "Form2" and then just call Form2.show();

At least that's how it used to work.
 
 
 
2010 Jan 1 at 05:27 UTC
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 14 • 2045
superjer said:
Add another Form to your project, i.e. "Form2" and then just call Form2.show();

At least that's how it used to work.

Yep, worked great :D
Thanks man.
 
 
 
2010 Jan 1 at 06:00 UTC
Page [1]