hi..
need some help here..
i have a table named tblappointreserv in my db.. on that table there is a field for dates.. and i have a month calendar in my form..
want i'm planning to do is.. i'll highlight all the dates in monthcalendar that are found in my tblappointreserv..
i don't know how to code it.. it's my first time to use monthcalendar..badly need a help!
thanks :)

Use the BoldedDates property. Create an array of dates that you want to be displayed in bold and assign it to this property.

Dim myDates() as Date
.
.
.
myCalendar.BoldedDates = myDates

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.