Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name of form using Application.Run(Form)
Message
 
To
12/05/2003 08:51:25
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00787273
Message ID:
00787297
Views:
10
Thank you!


>If you use:
>
>Application.Run(New FrmMain())
>
>you aren't declare this form and cannot reference it. Instead, declare form at module level. This way you can reference it:
>
>Dim SomeFormName As FrmMain
>.
>.
>.
>SomeFormName = New FrmMain()
>Application.Run(SomeFormName)
>
Previous
Reply
Map
View

Click here to load this message in the networking platform