VB help: Opening a new window

VB help: Opening a new window

Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 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 30 at 17:26 PST
SuperJer
Websiteman

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

At least that's how it used to work.
 
 
 
2009 Dec 31 at 21:27 PST
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 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.
 
 
 
2009 Dec 31 at 22:00 PST
Page [1]