In MFC, the base class used for displaying dialog boxes on the screen.
Can someone tell me how I could create a Non Modal Dialog in MFC's Visual c++ 6.0 and show it? I …
c++ mfc visual-c++ cdialogInside my app, I want to send a message to a dialog from a different thread. I want to pass …
c++ multithreading mfc postmessage cdialogI created a simple tab control that has 2 tabs (each tab is a different dialog). The thing is that i …
c++ mfc cdialogWhat is the difference between CDialog and CDialogEx? I decided to use CDialog because I can't assign m_pMainWnd to …
visual-c++ mfc compare cdialogI have a dialog (CDialog derived class) that can be used in two different ways (edition mode and programming mode). …
mfc modal-dialog cdialogI have create a simple MFC appwizard dialog project. I used the Class Wizard to create a new class called …
mfc derived cdialog