datetimepicker

  • Thread starter Thread starter ichor
  • Start date Start date
I

ichor

hi,
i want to use the datetimepicker to pick only the time.
but the i am able to pick the dates also even tho i set the format = time.

how do i do this in C#?
i want to disable the drop down box that appears in the dtpicker
thanx
 
Hi ichor,

If you set ShowUpDown = true it will use an updown button instead of
dropdown button.

Happy coding!
Morten
 

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