|
-
August 5th, 2006, 01:40 PM
#1
DateTimePicker
I have a DateTimePicker in my windows form and i want that, it will not show previous months depending upon the system date and will show preceding three month only (90 days). Can it be done in VB.NET 2002, if so how?
-
August 5th, 2006, 10:11 PM
#2
Re: DateTimePicker
u have to set minDate property
Code:
Me.DateTimePicker1.MinDate = Today.AddMonths(-3)
-
August 6th, 2006, 01:39 PM
#3
Re: DateTimePicker
Thanks for the reply but what to do to stop DateTimePicker showing the previous months. I think u must be having the solution if so then please help me out.
-
August 6th, 2006, 10:10 PM
#4
Re: DateTimePicker
rajibdey2005 i have set the minDate property of datetimepicker control and the user can move only three months previous.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|