tags:

views:

22

answers:

1

I want to capture WM_KEYDOWN event when PRESS TAB, but looks like I cannot do it. Only WM_KEYUP can be caught when press TAB

A: 

Actually I found the WM_KEYDOWN event was filter out by the child control as 'TAB' is in the accelerator table.