Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie questions on WinForms
Message
 
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01419064
Message ID:
01419085
Views:
49
Look for your main program (in our case main.cs). It would have code similar to this
static class BDMain
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [MTAThread]
        static void Main()
        {
            Application.Run(new OrdersMain());
        }
    }
This is where you can give a different form to run first. I'm not sure of a simpler and better way to test the form individually, though there may be.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform