Public Types | |
enum | { IDD = IDD_GROUPCONTROLS_DIALOG } |
Public Member Functions | |
CTutorialDlg (CWnd *pParent=NULL) | |
Protected Member Functions | |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
Private Attributes | |
CCircleRadiusControls | m_circle_controls |
A child dialog with controls for adjusting circle radius. | |
HICON | m_hIcon |
|
The IDD enum is a common technique in MFC to associate a dialog with a resource that you edit in the dialog editor |
|
Called immediately after a dialog is created, but before it is displayed. This is where all of the control initialization usually occurs. This is also where the graphics window is set up |
|
Called when this dialog receives a WM_PAINT message (event) The MFC wizard adds code to paint properly if this dialog is minimized to the taskbar |