My Doc/View, MFC application creates several modeless dialogs (Text file browsers, PropertySheets, etc.). While they are on screen, I can click the title bar of the main view window and input focus will be transferred to the main view window of the application. However, the main view does not 'overlay' the dialog window in the regions shared by both windows and therefore, part of the window that now has focus is obfuscated by the modeless dialog window that no longer has focus. I have tried every combination of settings I can think of in the main window and the dialogs (clipchildren, etc.).
Q: Is this the only way this can work by design or is there some combination of settings I have missed? Or do I have to write an additional handler somewhere? Can anyone point me at an example somewhere, all the MS-provided examples I have found thusfar function the same way.
Sorry if this is a rather remedial question and any assistance will be much appreciated.
Q: Is this the only way this can work by design or is there some combination of settings I have missed? Or do I have to write an additional handler somewhere? Can anyone point me at an example somewhere, all the MS-provided examples I have found thusfar function the same way.
Sorry if this is a rather remedial question and any assistance will be much appreciated.