hi guys, is there anyone there who could help me with a problem? i need the vb 6.0 dtpicker not to allow any date picking from past dates.. thanks
Printable View
hi guys, is there anyone there who could help me with a problem? i need the vb 6.0 dtpicker not to allow any date picking from past dates.. thanks
Check your MinDate (or similar - can't remember exact name) property.
You have a MinDate property in the Properties window.
If you use this you can set it in code to = Date (Todays date)