catch keystroke
-
I know I've read it somewhere here, but I can't seem to find it (now that I'm looking for it). I want to catch a keystroke outside of the program (like, if a different program is focused and I want to hit a key, like F12 or something, and have my program act on it while minimized). Can someone point me in the right direction please?
-Daniel Typing too fast fro my owngood
-
I know I've read it somewhere here, but I can't seem to find it (now that I'm looking for it). I want to catch a keystroke outside of the program (like, if a different program is focused and I want to hit a key, like F12 or something, and have my program act on it while minimized). Can someone point me in the right direction please?
-Daniel Typing too fast fro my owngood
well, google 'global hooks' here's some useful articles: http://www.codeproject.com/csharp/globalhook.asp http://support.microsoft.com/kb/318804
-
well, google 'global hooks' here's some useful articles: http://www.codeproject.com/csharp/globalhook.asp http://support.microsoft.com/kb/318804
-
No problem, I'm glad i could help (and now i wish someone could answer my thread >_<)