Top "Cdialog" questions

In MFC, the base class used for displaying dialog boxes on the screen.

How to display a non-modal CDialog?

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++ cdialog
How to send a string via PostMessage?

Inside my app, I want to send a message to a dialog from a different thread. I want to pass …

c++ multithreading mfc postmessage cdialog
mfc tab control switch tabs

I created a simple tab control that has 2 tabs (each tab is a different dialog). The thing is that i …

c++ mfc cdialog
Difference between CDialog and CDialogEx

What is the difference between CDialog and CDialogEx? I decided to use CDialog because I can't assign m_pMainWnd to …

visual-c++ mfc compare cdialog
Convert a modeless dialog to modal at runtime

I have a dialog (CDialog derived class) that can be used in two different ways (edition mode and programming mode). …

mfc modal-dialog cdialog
Visual C++ 6.0 - OnInitDialog in a Derived CDialog class not working

I have create a simple MFC appwizard dialog project. I used the Class Wizard to create a new class called …

mfc derived cdialog