P Peter Jausovec Feb 16, 2005 #2 Hi Alberto, Check this sample: SelectionRange range = new SelectionRange (DateTime.Now, DateTime.Now.AddDays (10)); monthCalendar1.SelectionRange = range;
Hi Alberto, Check this sample: SelectionRange range = new SelectionRange (DateTime.Now, DateTime.Now.AddDays (10)); monthCalendar1.SelectionRange = range;
A Alberto Feb 16, 2005 #3 Can I select diferent ranges? For example, select the day 1 and the day 14. Thank you
P Peter Jausovec Feb 16, 2005 #4 Well you can make the dates appear in bold. Use BoldedDates property.