BCGSuite for MFC
BCGCBPRODLLEXPORT UINT BCGP_PLANNER_WEEKCAPTION_CLICK

Sent by the Planner control to its parent when the user clicks a week caption in the monthly view.

Parameters
wParamthis parameter is not used.
lParamthis parameter is not used.
Returns
the application should return non-zero if it processes the message and switch to another week should be canceled.

This message is sent by the Planner control to its parent when the user clicks a week caption in the monthly view. The default handler switches to the clicked week in the monthly view.

Process this message and return TRUE if you wish to disable the default processing.