WinXRegOnCalendarSelect


WinXRegOnCalendarSelect (hWnd, FUNCADDR onCalendarSelect)

Registers an onCalendarSelect callback function

Parameter Description
hWnd The handle to the parent window of the calendar control to moniter
FUNCADDR onCalendarSelect The address of the onCalendarSelect callback function

Returns

$$TRUE on success or $$FALSE on fail

Remarks

The onCalendarSelect callback is invoked when the user clicks a date on a calendar control

Examples

' Register an onCalendarSelect callback
WinXRegOnCalendarSelect (#hMain, &onCalendarSelect())

Related Links

onCalendarSelect