Has anyone ever implemented a keystroke recorder feature for a Visual C++ app. Basically, I want to record a set of keystrokes to a file, and be able to read that file and play back the keystrokes.
I've started on a solution; however, I'm running into issues.
I tried capturing all the keystrokes that passes through the CWinApp's translatemessage. This seems to work.
However I have yet to figure out how to play the keystrokes back.
Any help is appreciated.
I've started on a solution; however, I'm running into issues.
I tried capturing all the keystrokes that passes through the CWinApp's translatemessage. This seems to work.
However I have yet to figure out how to play the keystrokes back.
Any help is appreciated.