Win32++ Dialog
-
Hello, I am using Win32++ and I would like to know how to prevent a CDialog window from closing the main frame (CMainFrame). I have overriden OnOK() and OnClose() and added nothing to these functions. R.S.V.P
-
Hello, I am using Win32++ and I would like to know how to prevent a CDialog window from closing the main frame (CMainFrame). I have overriden OnOK() and OnClose() and added nothing to these functions. R.S.V.P
-
Member 13721875 wrote:
I am using Win32++
What is Win32++? Also, we cannot guess what your code is doing, you need to provide more information.
-
Richard MacCutchan wrote:
What is Win32++?
It is the poor man's MFC[^].
-
Hello, I am using Win32++ and I would like to know how to prevent a CDialog window from closing the main frame (CMainFrame). I have overriden OnOK() and OnClose() and added nothing to these functions. R.S.V.P
You have the code so look at what messages a CDialog sends and posts in response to it's WM_CLOSE and WM_DESTROY.
In vino veritas