I am developing c# application. where i want to notice all the physical key down by the user. For example if user is writing some document then my application should also notice the user string (message/document which he is writing).
Asked
Active
Viewed 829 times
0
-
possible duplicate http://stackoverflow.com/questions/604410/global-keyboard-capture-in-c-sharp-application – Nattrass Apr 05 '15 at 09:30
1 Answers
0
You are looking for Global Hooks. Take a look at
http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx
http://www.codeproject.com/Articles/7294/Processing-Global-Mouse-and-Keyboard-Hooks-in-C

Can Baycay
- 875
- 6
- 11