Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a WinForm on Startup
Message
From
03/10/2002 08:22:24
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Running a WinForm on Startup
Miscellaneous
Thread ID:
00707263
Message ID:
00707263
Views:
74
I have a C# project that uses a MdiContainer WinForm as the project's main shell form.

When the project to run, the main form starts up as expected. But how do I make another form (child form) also display at startup?

In my main form Main() method I do this to display the main form:
Application.Run(new MainForm());

This is fine, but I can't seem to issue that command again to start another form.
Next
Reply
Map
View

Click here to load this message in the networking platform