CMonthCalCtrl
-
I have a MonthCalCtrl control in a dialog box. I want to set the daystates for the Month Cal Ctrl, the thing is I have a CArray of COleDateTime objects, and I'm not sure how to best set the daystates. Should I respond to the MCN_GETDAYSTATE message, and just update the visible months, or is there a way to set all of the daystates (visible or not) in the CDialog::OnInitDialog() function? Any suggestions welcome, Thanks
-
I have a MonthCalCtrl control in a dialog box. I want to set the daystates for the Month Cal Ctrl, the thing is I have a CArray of COleDateTime objects, and I'm not sure how to best set the daystates. Should I respond to the MCN_GETDAYSTATE message, and just update the visible months, or is there a way to set all of the daystates (visible or not) in the CDialog::OnInitDialog() function? Any suggestions welcome, Thanks