Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make modal mdichild
Message
De
06/11/2008 08:45:55
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
05/11/2008 23:43:40
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01360054
Message ID:
01360138
Vues:
11
>Thanks for your reply
>i want use showdialog()


okay then, do this:
            Form2 newMDIChild = new Form2();
            // Set the Parent Form of the Child window.
            newMDIChild.MdiParent = this;
            // Display the new form.
            newMDIChild.ShowDialog();
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform