MCM_GETCALENDARBORDER
Gets the size of the border, in pixels. You can send this message explicitly or by using the MonthCal_GetCurrentView macro.
MCM_GETCALENDARCOUNT
Gets the number of calendars currently displayed in the calendar control. You can send this message explicitly or by using the MonthCal_GetCalendarCount macro.
MCM_GETCALENDARGRIDINFO
Gets information about a calendar grid.
MCM_GETCALID
Gets the calendar ID for the given calendar control. You can send this message explicitly or by using the MonthCal_GetCALID macro.
MCM_GETCOLOR
Retrieves the color for a given portion of a month calendar control. You can send this message explicitly or by using the MonthCal_GetColor macro.
MCM_GETCURRENTVIEW
Gets the current view of the calendar. You can send this message explicitly or by using the MonthCal_GetCurrentView macro.
MCM_GETCURSEL
Retrieves the currently selected date. You can send this message explicitly or by using the MonthCal_GetCurSel macro.
MCM_GETFIRSTDAYOFWEEK
Retrieves the first day of the week for a month calendar control. You can send this message explicitly or by using the MonthCal_GetFirstDayOfWeek macro.
MCM_GETMAXSELCOUNT
Retrieves the maximum date range that can be selected in a month calendar control. You can send this message explicitly or by using the MonthCal_GetMaxSelCount macro.
MCM_GETMAXTODAYWIDTH
Retrieves the maximum width of the "today" string in a month calendar control. This includes the label text and the date text. You can send this message explicitly or by using the MonthCal_GetMaxTodayWidth macro.
MCM_GETMINREQRECT
Retrieves the minimum size required to display a full month in a month calendar control. You can send this message explicitly or by using the MonthCal_GetMinReqRect macro.
MCM_GETMONTHDELTA
Retrieves the scroll rate for a month calendar control. The scroll rate is the number of months that the control moves its display when the user clicks a scroll button. You can send this message explicitly or by using the MonthCal_GetMonthDelta macro.
MCM_GETMONTHRANGE
Retrieves date information (using SYSTEMTIME structures) that represents the high and low limits of a month calendar control's display. You can send this message explicitly or by using the MonthCal_GetMonthRange macro.
MCM_GETRANGE
Retrieves the minimum and maximum allowable dates set for a month calendar control. You can send this message explicitly or by using the MonthCal_GetRange macro.
MCM_GETSELRANGE
Retrieves date information that represents the upper and lower limits of the date range currently selected by the user. You can send this message explicitly or by using the MonthCal_GetSelRange macro.
MCM_GETTODAY
Retrieves the date information for the date specified as "today" for a month calendar control. You can send this message explicitly or by using the MonthCal_GetToday macro.
MCM_GETUNICODEFORMAT
Retrieves the Unicode character format flag for the control. You can send this message explicitly or use the MonthCal_GetUnicodeFormat macro.
MCM_HITTEST
Determines which portion of a month calendar control is at a given point on the screen. You can send this message explicitly or by using the MonthCal_HitTest macro.
MCM_SETCALENDARBORDER
Sets the size of the border, in pixels. You can send this message explicitly or by using the MonthCal_SetCurrentView macro.
MCM_SETCALID
Sets the calendar ID for the given calendar control. You can send this message explicitly or by using the MonthCal_SetCALID macro.
MCM_SETCOLOR
Sets the color for a given portion of a month calendar control. You can send this message explicitly or by using the MonthCal_SetColor macro.
MCM_SETCURRENTVIEW
Sets the current view of the calendar. You can send this message explicitly or by using the MonthCal_SetCurrentView macro.
MCM_SETCURSEL
Sets the currently selected date for a month calendar control. If the specified date is not in view, the control updates the display to bring it into view. You can send this message explicitly or by using the MonthCal_SetCurSel macro.
MCM_SETDAYSTATE
Sets the day states for all months that are currently visible within a month calendar control. You can send this message explicitly or by using the MonthCal_SetDayState macro.
MCM_SETFIRSTDAYOFWEEK
Sets the first day of the week for a month calendar control. You can send this message explicitly or by using the MonthCal_SetFirstDayOfWeek macro.
MCM_SETMAXSELCOUNT
Sets the maximum number of days that can be selected in a month calendar control. You can send this message explicitly or by using the MonthCal_SetMaxSelCount macro.
MCM_SETMONTHDELTA
Sets the scroll rate for a month calendar control. The scroll rate is the number of months that the control moves its display when the user clicks a scroll button. You can send this message explicitly or by using the MonthCal_SetMonthDelta macro.
MCM_SETRANGE
Sets the minimum and maximum allowable dates for a month calendar control. You can send this message explicitly or by using the MonthCal_SetRange macro.
MCM_SETSELRANGE
Sets the selection for a month calendar control to a given date range. You can send this message explicitly or by using the MonthCal_SetSelRange macro.
MCM_SETTODAY
Sets the "today" selection for a month calendar control. You can send this message explicitly or by using the MonthCal_SetToday macro.
MCM_SETUNICODEFORMAT
Sets the Unicode character format flag for the control. This message allows you to change the character set used by the control at run time rather than having to re-create the control. You can send this message explicitly or use the MonthCal_SetUnicodeFormat macro.
MCM_SIZERECTTOMIN
Calculates how many calendars will fit in the given rectangle, and then returns the minimum size that a rectangle needs to be to fit that number of calendars. You can send this message explicitly or by using the MonthCal_SizeRectToMin macro.