Date validation in windows form. (Vb)
I am using Datetime picker in my form(VB visual studio). How can I prevent user not to enter the future date. For example If date today is 2006/09/22 user must not enter future date, the date must be today or earlier but not before 2003/12/01.
Thanks in avance

