Sep 23, 2002 #1 B bobba buoy Guest I cant 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 Active member Joined Nov 1, 2001 Messages 36 Location Graceland Dim X As frmFirst = New frmFirst() X.Show()
Sep 23, 2002 #4 Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,878 Location Rhode Island User Rank *Expert* Also make sure to start the message pump using Application.Run().