
>>>> Tab Key --- Please Help
How do I detect a tab keypress in a textbox or anywhere on the form before
the focus changes to next control in taborder. The form level keypreview
doesnot work . The control which has the focus before the tab key is
pressed does not recieve a tab keydown or keypress event. I have event
tried using the MSGHOOK ocx with the form's hWnd hooked and the WM_KEYDOWN
message set to true. Even that does'nt work. In all the methods all
keycodes are trapped except for tab (09). Can somebody help me on this?