Is there Hour:Minutes:Seconds Control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Thanks for reviewing my question. I would like to know if there is a control (with up/down buttons) for setting a duration of time. I want give the user the ability of entering a duration (hh:mm:ss). Does VS.NET offer this type of control

Many Thank
Peter
 
I doubt it. I might have some code that would simplify writing one. Given
a format, my class can either parse (except for milliseconds) or format a
timespan. If someone is willing to write such an edit control and post it
to CodeProject (where my class, part of a larger DLL, will end up), I will
be happy to send the source to you. Just be prepared for code that is not
ready in regards to testing (it works for me but might not for you) and only
limit documentation (at this point).

----------
Will Pittenger
E-Mail: mailto:[email protected]
All mail filtered by Qurb (www.qurb.com)
Peter said:
Hello,

Thanks for reviewing my question. I would like to know if there is a
control (with up/down buttons) for setting a duration of time. I want give
the user the ability of entering a duration (hh:mm:ss). Does VS.NET offer
this type of control?
 

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

Back
Top