February 24th, 2000, 09:30 AM
I have problem detecting the TAB key. The Help said
Keypress event can detect Enter, Tab, and Backspace
keys. I tried with a form and two text boxes. I couldn't
trap the TAB key in KeyPress or KeyUp, KeyDown events
when I press the TAB. I then tried setting KeyPreview = True
for the form. But still it didn't work.
My key board is configured with United States 101.
I'm using VB6 on Windows 98 Version 1, Pentium II 200Mhz.
What do I miss here?
Keypress event can detect Enter, Tab, and Backspace
keys. I tried with a form and two text boxes. I couldn't
trap the TAB key in KeyPress or KeyUp, KeyDown events
when I press the TAB. I then tried setting KeyPreview = True
for the form. But still it didn't work.
My key board is configured with United States 101.
I'm using VB6 on Windows 98 Version 1, Pentium II 200Mhz.
What do I miss here?