Question: How can I make the following changes to a DatePicker/MonthCalendar when the calendar is opened:
Highlight weekends and holidays in red
Make holidays, weekends, and past dates unselectable
Mark past dates with gray color
I tried to use the OnPaint event, but I couldn't get it to work.