lakkadghat Posted January 15, 2004 Posted January 15, 2004 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 ???? Quote
hog Posted January 15, 2004 Posted January 15, 2004 I think you move between the fields in the datetimepicker by using the arrow keys, not the tab key Quote My website
lakkadghat Posted January 15, 2004 Author Posted January 15, 2004 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 Quote
hog Posted January 15, 2004 Posted January 15, 2004 Now this really is off the top of my head, I haven't 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?? Quote My website
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.