WinApi equivalent of .NET KeyPreview

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-04-25T17:53:10Z Indexed on 2010/04/25 18:03 UTC
Read the original article Hit count: 290

Filed under:
|

In .Net there is a feature called KeyPreview. How can I do this in WinApi. Maybe I don't necessarily need this but my hWnd has WM_KEYDOWN, but it does not receive it when my Text Box has focus. How can I achieve this? Thanks

*Using pure Win32API...

is there an alternative, how could I handle the Text Box's WM_KEYDOWN?

© Stack Overflow or respective owner

Related posts about winapi

Related posts about c++