Hi,
I need to write an application that intercept a key pressed even if it is
not in focus.
Anybody can advice me a good example to understad better how to manage this
problem?
thanks a lot
nibe
John Cantley - 17 Jan 2008 17:48 GMT
Try this and see if it works for you. I used this as a basis for a kiosk
application. Added my own hooks to it to intercept and lock down the
desktop. Works like a charm.
http://www.codeproject.com/KB/system/CSLLKeyboard.aspx
JC
> Hi,
> I need to write an application that intercept a key pressed even if it is
[quoted text clipped - 6 lines]
>
> nibe