CFormView window can never be on top of CDialog. Why? How can I change this?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
We have a CFormView based application. Within this application, some have created CDialog classes and so we have a mixture of window types. Some of our modal windows are CFormView based and some are CDialog based. The CDialog windows always have priority over the CFormView based windows. Even when I click on a window that is a CFormView, the title bar activates and the window is selected, but it cannot be brought to the front to display over the CDialog windows. Does anyone know what properties I have to enable or disable to change this behavior? I need CFormView windows to display overtop of the other independent CDialog windows. Best Regards, Shawn D. Fox