UpDown control to adjust the time

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
 
P

Paul E Collins

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.
 
R

Ray Mitchell

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top