MCM_SETCURSELMCM_SETCURSEL*
*Contents  *Index  *Topic Contents
*Previous Topic: MCM_SETCOLOR
*Next Topic: MCM_SETDAYSTATE

MCM_SETCURSEL


MCM_SETCURSEL
    wParam = 0;
    lParam = (LPARAM)(LPSYSTEMTIME) lpSysTime;

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.

lpSysTime
Address of a SYSTEMTIME structure that contains the date to be set as the current selection.

Version 4.70

See also Times in the Month Calendar Control


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.