There are tons of good date pickers out there for Windows forms, but I have yet to find any good time only pickers.
Any suggestions?
EDIT
I guess I should be more clear. I am talking about a nicer looking time picker. We use a commercial control suite, and the default time picker looks out of place because it is so plain.
That's it
Just to elaborate on Michael Petrotta's response the code
is for the 12 hour format, where as the code below is for the 24 hr format
Has been years of this thread but i modified the open source time-picker on sourceforge: https://sourceforge.net/projects/time-picker/ to make a dll, just drag from explorer and drop to toolbox and you are ready to go
visual studio solution: https://drive.google.com/file/d/1rfV8CXoyUxPuOHQK9dYcZj5WSCSF5gIz/view?usp=sharing
on debug folder is the dll
You mean, as opposed to the standard Winforms DateTimePicker?
...
DatePicker has a property Format that can be set to Time. Be sure to set ShowUpDown to True.
Infragistics is pretty popular for Winforms and has the option for its DateTimePicker.
from http://forums.infragistics.com/forums/t/4172.aspx
Here is a link to an open source time-picker on sourceforge: https://sourceforge.net/projects/time-picker/