Mar 27, 2007 #1 chispavip IS-IT--Management Joined Dec 20, 2006 Messages 10 Location 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 Joined Nov 23, 2004 Messages 1,731 Location 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.