Hello! I'm trying to use DateTimeUpDown in my project.
So I have faced a problem If I use ShortTime format, the problem is:
When I selected time (minutes) I want to input for example 15, I press 1 and then 5 and something strange happen.
1) 12:00 AM
2) 12:1 AM
3) 12:5AM
I did something wrong?
I hope my images were added. =)


Comments: ** Comment from web user: SchwertJuergen **
So I have faced a problem If I use ShortTime format, the problem is:
When I selected time (minutes) I want to input for example 15, I press 1 and then 5 and something strange happen.
1) 12:00 AM
2) 12:1 AM
3) 12:5AM
I did something wrong?
I hope my images were added. =)


Comments: ** Comment from web user: SchwertJuergen **
How do i find the DateTimeUpDown.cs file and how can i modify it?
If i use "peek definition" in Visual Studio on one DateTimeUpDown control in my project it opens it from Metadata as read only, which i obviously cant edit.
Thanks for the help!