Need an ADO Calendar Control
Can anyone reccommend a good 3rd party calendar control which can highlight dates using data from a database?
For example, say I have a recordset like this:
7/1/03
7/5/03
7/12/03
etc. I'd like for all of these dates to be highlighted on the calendar. Also I'd like to be able to add another field which would specify what color the highlight should be.
I've looked at a couple controls, but the seem to display only the current record rather than the entire recordset at once. I'm using ADO, and I'm looking for a solution I can put together fairly quickly without a lot of manual coding. Any suggestions?