Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name of form using Application.Run(Form)
Message
 
À
12/05/2003 08:51:25
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00787273
Message ID:
00787297
Vues:
9
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)
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform