getting keyboard events without the window being focused

Posted by Ashkan Saeedi on Stack Overflow See other posts from Stack Overflow or by Ashkan Saeedi
Published on 2009-10-22T20:19:58Z Indexed on 2010/03/20 20:01 UTC
Read the original article Hit count: 558

Filed under:
|
|

i want to get keyboard events without having focus. my application is a background application and should send "space" key to another app when user presses CTRL+space in any application. i use .NET and i use C# as language.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET