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.
--
Chris Petchey
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.
--
Chris Petchey
Comment