How to create a dialog that acts like MDIChild window
-
Hi there I want to create a modeless dialog but have it act like a child window (never gets out of my client area, moves with my window, etc) of a MDI Frame window. The dialogs must stay within the MDIClientWnd of the main frame. I need to create several children like that all based on different dialog templates. So, I dont want to use CFormViews as I will have to create several documents and children frames. Any suggestions? THanxx guys NAngelGr
-
Hi there I want to create a modeless dialog but have it act like a child window (never gets out of my client area, moves with my window, etc) of a MDI Frame window. The dialogs must stay within the MDIClientWnd of the main frame. I need to create several children like that all based on different dialog templates. So, I dont want to use CFormViews as I will have to create several documents and children frames. Any suggestions? THanxx guys NAngelGr
I believe creating documents and views will be easier and more straight forward than what you're trying to do here.
«_Superman_» I love work. It gives me something to do between weekends.
-
I believe creating documents and views will be easier and more straight forward than what you're trying to do here.
«_Superman_» I love work. It gives me something to do between weekends.