Results 1 to 3 of 3

Thread: [RESOLVED] [2005] How can I have the user input the time like this?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    the UK
    Posts
    265

    Resolved [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
    Attached Images Attached Images  

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    the UK
    Posts
    265

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width