Mar 27, 2007 #1 chispavip IS-IT--Management Dec 20, 2006 10 MX I Have an MDI App and I want that every child window have a modal window but this windows should be modal just to the window that creted. How can I do this? Any Ideas?
I Have an MDI App and I want that every child window have a modal window but this windows should be modal just to the window that creted. How can I do this? Any Ideas?
Mar 27, 2007 #2 JurkMonkey Programmer Nov 23, 2004 1,731 CA Have your mdi form launch the dialog using only .Show(). Then when the mdiform receives focus again while the other window is open, set the focus back to the opened dialog. Upvote 0 Downvote
Have your mdi form launch the dialog using only .Show(). Then when the mdiform receives focus again while the other window is open, set the focus back to the opened dialog.