MDI Applications and Focus
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a MDI application that has several child forms. On different child forms, I have to open a dialog form that asks for user input and then update that form. The problem that I am having is that when the dialog box is displayed and the user clicks on another window (ex IE, Word, etc) and then returns to my app, when they close the dialog form the window that they were just on gets the focus rather than my MDI app. How do I fix that? Thanks, Brian