Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to load a Form in C#?
Message
 
À
04/06/2002 06:37:30
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
Information générale
Forum:
ASP.NET
Catégorie:
Migration
Divers
Thread ID:
00664364
Message ID:
00664537
Vues:
21
In C# you would call the following from your MDI Main Form:

MyFormClass MyForm = new MyFormClass();
MyForm.MdiParent = this;
MyForm.Show();


>In VFP, I can load a form using DO Form FormName, how about in C#? I added a form in the project but I just can't figure out how to load it when click a menu item in my MDI Main Form.
>
>TIA
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform