Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can you interact with a form a run time?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00806270
Message ID:
00806435
Vues:
10
You need either Application.Run or Application.DoEvents to give your form a chance to process its messages.

Just make a Windows application project instead and it will create the code for you.

>After I run the form from the IDE I cannot find a place to effect the properties.
>
>I tried a console application but the form doesn't stay displayed.
>
>
> Sub Main()
> Dim a As Form
>
> a = New Form()
>
> a.Text = "hello"
> a.Show()
>
>
> End Sub
>
>Any help would be appreciated.
>Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform