[Visual Basic] Joining forms
Bricks J. Winzer
sarcophagus13 at iprimus.com.au
Mon Feb 13 21:14:12 EST 2006
> Switch between forms within a project. Plus I'm a bit of a newbie with VB.
No problem.
One thing you can also do is, at design time, set the main form as Visible =
true, and make the other form(s) Visible = False. Then you can go
Form2.Visible = True
Form1.Visible = False
to show one form and hide the other. If you want a popup, don't worry about
hiding Form1.
Cheers
B.J.
More information about the vbasic
mailing list