MCN_SELECT

This notification message is sent by a month calendar control whenever the user makes an explicit date selection within a month calendar control. It is sent in the form of a WM_NOTIFY message.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

MCN_SELECT lpNMSelChange = (LPNMSELCHANGE) lParam;

Parameters

lpNMSelChange

Long pointer to an NMSELCHANGE structure that contains information about the currently selected date range.

Remarks

This notification message is similar to MCN_SELCHANGE, but is sent only in response to a user’s explicit date selections, whereas MCN_SELCHANGE applies to any selection change.