Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compact framework
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00765804
Message ID:
00766651
Views:
24
That didn't work either. The program begins with

Sub Main
Dim frmTest As frmLogin = New frmLogin
frmTest.Show()
End Sub

The program just ends without showing anything. Next I tried

Sub Main
Dim frmTest As frmBegin = New frmBegin
frmTest.Show()
End Sub

And in the Load of the Begin form added
Dim frmTest As frmLogin = New frmLogin
frmTest.Show()

The program still just ended without showing anything.

I believe there needs to be a ShowDialog for the first form to keep the program running, but I agree with you that this is probably causing a problem when trying to load all the forms at the beginning of the program.
Randy Belcher
AFG Industries, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform