Can anybody let me know is windows date time control with time format
at hh:mm:ss , when i click to increment , by default it increments the
hour value, but for some controls i want to increment the min value. I
used sendkey while receiving focus, it works fine if the user goes to
control by tabbing and then incrementing it but if control hasn't
received focus and i directly click to increment , it first increments
the hour value and then getFocus is called. Basicially all i want if
for a datetimepicker when i try to increment or decrement the value
either by setting the focus or directly by clicking the updown arrow
button, it should increment the mins, not the hour.
any inputs will be great help
|