getting keyboard events without the window being focused
i want to get keyboard events without having focus. my applic开发者_C百科ation 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.
You'll need to create a global keyboard hook.
精彩评论