I want to catch the event if the user presses the TAB key. I'm able to catch all key events, but there's no message that allows me to react on the TAB key.
Thanks for helping me,
Rolf
Printable View
I want to catch the event if the user presses the TAB key. I'm able to catch all key events, but there's no message that allows me to react on the TAB key.
Thanks for helping me,
Rolf
Hi.
Check PreTranslateMessage() of Dialog or FormView.
HTH.
-Masaaki Onishi-
It works. Thank You !!!