Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make modal mdichild
Message
De
06/11/2008 08:44:44
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
05/11/2008 20:56:27
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:
01360137
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform