Modal/modeless dialogs
08-Jul-94 15:47:23
Sb: #30256-Modal/modeless dialogs
Fm: Chris Boaro 74521,2475
To: Bart van Ooijen 100344,1431
Bart, it seems to me, and I could be wrong, that what you're saying is that you
don't want the formview to get the focus while you have a dialog on top of it.
One solution may to be simply intercept the WM_SETFOCUS messages of the
formview and call SetFocus() to give the focus to the dialog, if it exists.
This will essentially prevent the form from getting focus while the dialog is
on top of it.
Chris