Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can you interact with a form a run time?
Message
 
To
02/07/2003 15:24:04
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00806270
Message ID:
00811048
Views:
13
>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
Add PropertyGrid on the form then set SelectedObject property to your form object.
MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform