Objective: use the standard Win32 MonthCal control, and paint days such as holidays in RED.
It seems like the Win32's native approach would be use the MCN_GETDAYSTATE notification, which seems to allow only painting specific days in Bold.
Possible (but declined) solution would be to write my own painted-at-will MonthCalendar, driving myself right out of the theme support - meaning that chances are my control will not be UI consistent when newer themes are out there.
If anyone have come across this issue, a solution would be much appreciated.