Intercept keystrokes to a window

Posted by MTsoul on Stack Overflow See other posts from Stack Overflow or by MTsoul
Published on 2010-05-28T01:36:01Z Indexed on 2010/05/28 1:41 UTC
Read the original article Hit count: 255

Filed under:
|
|

Is it possible to intercept a keystroke (and characters) sent to a window? By intercept, I mean play man-in-the-middle, instead of having just hooks onto the Window.

I'd like to filter (i.e. eliminate some keystrokes) keystrokes to a window.

© Stack Overflow or respective owner

Related posts about winapi

Related posts about keyboard