Share via


Creating the Month Calendar Control

OverviewSample

How the month calendar control is created depends on whether you are using the control in a dialog box or creating it in a nondialog window.

To use CMonthCalCtrl directly in a dialog box

  1. In the dialog editor, add a Month Calendar Control to your dialog template resource. Specify its control ID.

  2. Specify any styles required, using the Properties dialog box of the month calendar control.

  3. Use ClassWizard to add a member variable of type with the Control property. You can use this member to call CMonthCalCtrl member functions.

  4. Use ClassWizard to map handler functions in the dialog class for any month calendar control notification messages you need to handle.

  5. In , set any additional styles for the CMonthCalCtrl object.

To use CMonthCalCtrl in a nondialog window

  1. Define the control in the view or window class.

  2. Call the control's member function, possibly in , possibly as early as the parent window's handler function (if you're subclassing the control). Set the styles for the control.

See Also   Windows Common Controls and MFC Classes