I am building a form with winforms - and should add a view and editable time span value. Which controls works best for this ?
A normal edit control shows the value correctly -> but it's not really nice for changing values
the normal date time picker doesn't work
the masked edit control doesn't have got any standard mask for this
Does anybody have a good idea for a control for this task ?