northernbeaver
Programmer
I have an appointment table that lists; StartDate, EndDate, Title, and AppointmentType I would like to find/create a calendar control that will display like a calendar control like the Calendar Control 10.0 but will pull from the table and input the appointment title on the day of the calendar that coresponds to the startdate of the appointments.
for example if I had an appointment on march 17th with the tile "Dr. Appointment" On the Calendar control on the 17th it would read "Dr. Appointment"
I've seen similar questions asked and the usual answer that is given is on the selection of the date in the calendar the even shows up in a text box or list box but this is not what I am looking for. I require a visual representation of the appointments ON the calendar control itself.
Does anyone have suggestions? on how to make such a creature? or is there one already in exsistance?
for example if I had an appointment on march 17th with the tile "Dr. Appointment" On the Calendar control on the 17th it would read "Dr. Appointment"
I've seen similar questions asked and the usual answer that is given is on the selection of the date in the calendar the even shows up in a text box or list box but this is not what I am looking for. I require a visual representation of the appointments ON the calendar control itself.
Does anyone have suggestions? on how to make such a creature? or is there one already in exsistance?