Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can you interact with a form a run time?
Message
From
02/07/2003 15:24:04
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
How can you interact with a form a run time?
Miscellaneous
Thread ID:
00806270
Message ID:
00806270
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform