Groups | Blog | Home
all groups > vb.net > september 2007 >

vb.net : monthCalendar


jay
9/29/2007 6:37:47 PM
given the post date of Septemtber,I have set the
monthCalendar.calendardimensions = 1,3. This displays Sept, Oct and
Nov, but I would like to display Aug, Sept, and Oct. Is there a
property that will allow this ?
Charlie
9/30/2007 1:50:00 AM
Use SetSelectionRange, then set a date.

Me.MonthCalendar1.SetSelectionRange(Date.Parse("8/1/07"),
Date.Parse("10/30/07"))
Me.MonthCalendar1.SetDate(Date.Parse("9/1/07"))


[quoted text, click to view]
AddThis Social Bookmark Button