1 Attachment(s)
[RESOLVED] [2005] How can I have the user input the time like this?
... like in the task scheduler.
I've tried datetimepicker but that gives me the date and I just want the time. I've also tried numeric up and down but that just gives an integer going up and down.
Any help appreciated.
Simon
Re: [2005] How can I have the user input the time like this?
Hey,
You can do this using the DateTimePicker, you just have to set the properties of the control.
Drop a DateTimePicker onto the form, then set the ShowUpDown property to True, and the Format property to Time.
Hope that helps!!
Gary
Re: [2005] How can I have the user input the time like this?
Thanks Gary - I played with that control for ages and couldn't get it working.
Brilliant - cheers.
Simon