MonthCalendar Object - Update with Appointments (VB)

DonnaF

Active member
Joined
Mar 20, 2003
Messages
30
MonthCalendar Object - Update with Appointments

I have a form that has a MonthCalendar object. Is there a way to add appointments to the calendar? I was thinking of putting together a small Access database to hold each days appointments, but I dont know how to get the appointments to be on and display on the monthly calendar. Im new to VB Net, so any direction would really be appreciated. Can I do this through the MonthCalendar object, or do I need to create my own calendar from scratch?

Thanks, Donna
 
Funny thing is Ill be starting a similar project using ASP.NET very soon. I havent planned it out yet, but I can tell you that you will need to create your own controls.

If youre willing to spend some cash, there are third party vendors with exactly what you need. Unfortunantly they only have for Windows Forms. (I found nothing for ASP.NET)
 
I was looking for somethig similar, and all I found was third party controls for calendars w/ appointments in VB6.

Can you give a pointer to a [VB].NET (Windows Forms) product?
Would be greatly appreciated!
 
Back
Top