Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie questions on WinForms
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01419064
Message ID:
01419085
Vues:
48
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform