G
Guest
How do I determine if the user has pressed the tab key? The Keypress and Keydown events fire for other keys, but not the tab.
* "=?Utf-8?B?Q2hhcmxpZQ==?= said:How do I determine if the user has pressed the tab key? The Keypress
and Keydown events fire for other keys, but not the tab.
Keydown events fire for other keys, but not the tab.Charlie said:How do I determine if the user has pressed the tab key? The Keypress and
* "Bernie Yaeger said:If you set the form's keypreview property to true, you will trap the tab key
in the keyup event of the form.
* "Bernie Yaeger said:No, I tested it on a form with controls, some of which were tabstops and not
disabled.