Question

How do I change the color of the dates on a monthCalendar? I have a dataGridView with a column for dates. How do I takes those dates, input them into my monthCalendar, and change the color of the dates in the column?

Was it helpful?

Solution

If you can get away with bolding the dates, just use AddAnnuallyBoldedDate and then call UpdateBoldedDates.

Update: Found this on CodeProject.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top