Sep 23, 2002 #1 B bobba buoy Guest I can't get a multi-form vb.net proj to show the first form. What goes in the modules Sub Main?
Sep 23, 2002 #2 R reboot Freshman Joined Nov 1, 2001 Messages 36 Location Graceland Dim X As frmFirst = New frmFirst() X.Show()
Sep 23, 2002 #4 D Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,875 Location Rhode Island, USA Also make sure to start the message pump using Application.Run().