c# - Capturing keystrokes -
If I'm working in an application and I press the key from the keyboard, then I'll call that key (or string) How can I capture the name of the source application, using C #?
You need to set Window Hook to call any callback function Keyboard event
Comments
Post a Comment