Game Technologies
VS Team System
Windows Vista
SQL Server
Visual C++
Visual Basic
Microsoft ISV
VS Express Editions
Windows Live
.NET Development
Windows Forms
Architecture
Visual Studio
Visual FoxPro
Visual C#
Software Development Network>> Visual Basic>> Calendar Control - Limited Range
Calendar Control - Limited Range
Hot Topic
Exception Handling
Cross-Thread Exception but not using threads!
VB vs C#. How capable is VB compared to C#?
Processing Serial Data
Blair Allen Stark
Accessing the MS Windows XP File properties programmatically
Web Part Deployment Error [ Microsoft SharedPoint Portal Server 2003]
Selecting items upon right-click
Hiding MDI Maximize/Minimize Buttons
Internet Cafe Application
Visual Basic
VB Database program wants to go world wide web
used to be cmdShowForm and cmdHideForm what is it now?
Populating per like statement
DataGridView Component
VB program, logic problem, banging head against wall :/
Coverting MSGrid control to VB2005
inheritance picker
2D lines
Upgrade Error
Year in 2 digits
Calendar Control - Limited Range
Hello,
I'm currently working with a Calendar Control, and I'm trying to limit it to only a certain range of allowable dates, is there a way to do this
Cheers,
Mark
Answer this question
Calendar Control - Limited Range
MatthewRWatson
Hi,
You can set MaxDate and MinDate properties of System.Windows.Forms.MonthCalendar. Does that meet your requirement
Regards,
Joey Bradshaw
You can also do manual checks by setting a event handler to the calendarcontrol.validate() event.
Dustin.
Calendar Control - Limited Range
Answer this question
Calendar Control - Limited Range
MatthewRWatson
You can set MaxDate and MinDate properties of System.Windows.Forms.MonthCalendar. Does that meet your requirement
Regards,
Joey Bradshaw
Dustin.