how can i select time (hours,minutes,second) in updown arrow buttons in VB.NET.
as we have current time displayed in date and time properties in our system.
in date and time properties, while we press updown arrown, that will change only hour first, and if we select the minutes and press updown arrow, minutes will get changed and if we select the seconds and press updown arrow, it will change the seconds.
if we use numericupdown tool, i can give only hour, or minutes, or second. i cant combine all the three hours:minutes:second in that numericupdown arrow.
if i use domainupdown tool, i dont know how to select hours,minutes seperately inside a single updown.
i'm attaching a picture just shows what i mean.
if you have any idea how to do this please help me. and if you can give an example that will be a great help for me.
thanks in advance.
as we have current time displayed in date and time properties in our system.
in date and time properties, while we press updown arrown, that will change only hour first, and if we select the minutes and press updown arrow, minutes will get changed and if we select the seconds and press updown arrow, it will change the seconds.
if we use numericupdown tool, i can give only hour, or minutes, or second. i cant combine all the three hours:minutes:second in that numericupdown arrow.
if i use domainupdown tool, i dont know how to select hours,minutes seperately inside a single updown.
i'm attaching a picture just shows what i mean.
if you have any idea how to do this please help me. and if you can give an example that will be a great help for me.
thanks in advance.