Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

VB6.0 to VB.NET

Name: Anonymous 2006-10-07 20:50

In VB6.0 (which is the language I learned last year) to get a second form to appear, you "Add Form" and then code "Show Form2.Form" or "Form2.Visible = True" Or something of the like.

How the HELL do you make this work the same way in VB.NET? They changed the programs on us over the summer and I can't find shit about it.

Name: Anonymous 2006-10-07 21:36

help please? I need this for a class... Save me some frustration here?

Name: Anonymous 2006-10-07 21:52

Dim frm as New Form2
frm.Show()

Don't change these.
Name: Email:
Entire Thread Thread List