Link to home
Start Free TrialLog in
Avatar of David L. Hansen
David L. HansenFlag for United States of America

asked on

How to custom colorize calendar days in the DateTimePicker control

I know that cracking open the DateTimePicker control and customizing it isn't possible.  I was,  however, wondering if I could wrap it or inherit from it in a way that allowed me to customize my own "colorDay" feature in calendar-mode.   I have no problem inheriting from the DateTimePicker control (if that is the best solution); the tricky part for me is actually color-coding the days programmatically.   Also this is an existing program that is in production, so I'd rather not swap it out for a totally unrelated control (even if that control behaved as described above).

Thanks.
Avatar of SStory
SStory
Flag of United States of America image

Avatar of David L. Hansen

ASKER

That looks like a great control, however, it didn't seem to have any features that I've described.
ASKER CERTIFIED SOLUTION
Avatar of SStory
SStory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That last link is perfect...Thanks