Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can you interact with a form a run time?
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00806270
Message ID:
00806435
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform