المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Event Calendar



C# Programming
08-18-2009, 01:09 PM
I want to make a C# calendarin which I want to show all the events( plans, appointments, festivals etc) from a database.The application should be a Windows application.

Would you please list me the possible( some easiest) ways of doing that.

1) Is there any to to select a date and write some text in it?

2)If I am making a custom calendar by inheriting the monthCalendar class, what are the extra things I need to do or learn?

3)Is there any way to bind the monthcalendar or a class inherited from monthecalendar class, in which I associate it to a
source and the events goes to their respective dates?


Any help will be highly appreciated.