Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can you interact with a form a run time?
Message
De
02/07/2003 15:24:04
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
How can you interact with a form a run time?
Divers
Thread ID:
00806270
Message ID:
00806270
Vues:
43
In VFP I can create a form and run it, then from the command window change the properties adhoc. How do you do this in VB.NET?

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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform