I have created a Doc/View MFC application that Creates and displays a Modeless PropertySheet in response to a toolbar button from within the Document object. The sheet and pages are working correctly. However, when I click on the main view's title bar, the main view gets input focus but the main view window does not pop to the top of the 'Z'-order and overlay the region shared by the property sheet. That is, the Property sheet is still on top of part of the main view and obfuscates some of the controls. I do not have sufficient screen real-estate to contain both windows in sepearate regions of the desktop. I have tried every combination of flags I can think of in both the main frame window and the PropertySheet classes.
Q: Is this just how it is going to work or can I change some of the setting so that the main view will pop 'in front of' the porperty sheet when it receives focus? Is it a matter of writing an additional handler or just changing some settings? Any help will be appreciated.
Q: Is this just how it is going to work or can I change some of the setting so that the main view will pop 'in front of' the porperty sheet when it receives focus? Is it a matter of writing an additional handler or just changing some settings? Any help will be appreciated.