Month Calendar
http://www.codeproject.com/Articles/10840/Another-Month-Calendar#xx4614180xx
Another Month Calendar
- Download source files (VS 2003) – 81.4 Kb
- Download demo (.NET 1.1) – 66.8 Kb
- Download source files (VS 2005) – 84.3 Kb
- Download demo (.NET 2.0) – 67.4 Kb
Introduction
I decided to write this control because I needed a month calendar that\’s much more customizable and flexible than the standard Visual Studio Calendar, in one of my projects. My primary focus was the ability to add information (color, text, image etc.) to each day, and for this to work reasonably well, it must also be resizable.
This is my second article for CodeProject, and it shares some of the implementation techniques of the previous article, so if you want some detail on the implementation of themes, nested properties, and TypeEditors, check out my MozBar article. For information about how to edit and persist collections, check out Daniel Zaharia\’s excellent article.
———————————————
在 Calendar 控件中显示数据库中的选定日期
http://msdn.microsoft.com/zh-cn/library/ms228044%28v=vs.100%29.aspx
———————————————–
MonthCalendar.MonthlyBoldedDates 属性
http://msdn.microsoft.com/zh-cn/library/system.windows.forms.monthcalendar.monthlyboldeddates%28v=vs.80%29.aspx