Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make modal mdichild
Message
De
06/11/2008 08:55:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
06/11/2008 08:45:55
John Baird
Coatesville, Pennsylvanie, États-Unis
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:
01360143
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();
>
Hmmm.. can a MdiChild form be both a MdiChild AND an MdiParent? I might try this to see what happens.
Tim
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform