Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make modal mdichild
Message
From
06/11/2008 08:55:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
06/11/2008 08:45:55
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01360054
Message ID:
01360143
Views:
9
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform