Can i give Tab Sequence to DateTimePicker

lakkadghat

Member
Joined
Jul 26, 2003
Messages
12
Hello every one,
does anyone know how to give tab sequence to Date TimePicker.
If the user presses TAB when on date, then it should go to Month and not the next textbox.

can anyone please guide me how to do that ????
 
I think you move between the fields in the datetimepicker by using the arrow keys, not the tab key
 
Thanx for your reply.
I know that in DateTimePicker, you can move between fields by an arrow key
but
i want to give more functionality to users. since the users are moving to next controls by using TAB keys, therefore i want them to navigate between these fields by TAB onyl.
can anyone please guide me if any function can be written on Keypress Event or some thing
PLEASE HELP
 
Now this really is off the top of my head, I havent tried it and maybe someone has a better thought...but.

Have you tried trapping the kepress, test for Tab, test for is active control the DateTimePicker, if it is send an Arrow key press to make the move you want??
 
Back
Top