Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make modal mdichild
Message
From
06/11/2008 08:44:44
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
05/11/2008 20:56:27
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:
01360137
Views:
11
Hi Arjun,

>Hi all
>My App is an MDI Parent with MDI Child forms.
>One of the child forms calls a modal dialog form.
>I would like the modal dialog form to be INSIDE the mdi parent window.
>
>I am not bothered about any of the other things associated with MDI
>Parent/Child relationships, this is purely an appearance issue.
>MDIParent property and ShowDialog seem to be mutually exclusive.
>
>Surely some bright sparks knows how this is achieved.

You are going to struggle with this since the Form you want to call with ShowDialog is being called from a child Mdi Form. In other words it is not a top level form. You may be able to do some trickery if you can drop the child form some how first and call the modal form and then when it is released, bring the child form back. Otherwise, why not just call the modal form as a regular Modal form? Since it is Modal not much a user can do with it different if it was inside a Mdi Parent.
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform