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
 
Back
Top