Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make modal mdichild
Message
From
06/11/2008 08:45:55
John Baird
Coatesville, Pennsylvania, United States
 
 
To
05/11/2008 23:43:40
Arjun Bagojikop
Dynamic Super Software
Sangli, India
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:
01360138
Views:
12
>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();
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform