How can i show my app when key is pressed? [closed]
I can detect a key press, but how can i detect a key press when the form is not active?
You need to have Global Hot Keys Implemented for that.
http://www.daniweb.com/software-development/csharp/threads/330813
http://www.codeproject.com/KB/system/globalsystemhook.aspx
精彩评论