MonthCalendar Object - Update with Appointments (VB)

DonnaF

Freshman
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 day's appointments, but I don't know how to get the appointments to be on and display on the monthly calendar. I'm 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 I'll be starting a similar project using ASP.NET very soon. I haven't planned it out yet, but I can tell you that you will need to create your own controls.

If you're 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
Visual Basic:
.NET (Windows Forms) product?
Would be greatly appreciated!
 
Back
Top