UpDown control to adjust the time

  • Thread starter Thread starter Ray Mitchell
  • Start date Start date
R

Ray Mitchell

I would like to create a time adjuster similar to the one displayed by
Windows when you double-click the time display. My first thought was to use
a NumericUpDown control but after thinking about it I decided the
DomainUpDown control is probably the correct choice. Can anyone point me to
some sample code or other information on doing this?

Thanks,
Ray Mitchell
 
Ray Mitchell said:
I would like to create a time adjuster similar
to the one displayed by Windows when you
double-click the time display. My first thought
was to use a NumericUpDown control [...]

Why not use the DateTimePicker with time format?

P.
 
Thanks for the suggestion. I was hoping for something that is more like the
Windows time adjuster/setter right out of the box.

Paul E Collins said:
Ray Mitchell said:
I would like to create a time adjuster similar
to the one displayed by Windows when you
double-click the time display. My first thought
was to use a NumericUpDown control [...]

Why not use the DateTimePicker with time format?

P.
 
Back
Top