Link to home
Start Free TrialLog in
Avatar of RMiller
RMiller

asked on

API to Capture Keystrokes

I need an app to run in the background capturing keystrokes into a sequential file.  VB's OnKeypress won't work for my purposes...I've searched for an API call do do this but without success.
Avatar of fulscher
fulscher

You'll need some callbacks and your own window handler to capture the messages.
ASKER CERTIFIED SOLUTION
Avatar of waty
waty
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial