Relative Content

Tag Archive for windowsvb.netvisual-studio-2013desktop-application

Keyboard Input Not Captured

I am trying to write a simple desktop application to capture user input and write it to a text file. I have figured out how to capture the mouse mouse movement and mouse clicks. I am writing this information to a text file. Then I am using the application to recreate the actions that were performed with the input devices. Basically I am trying to write my own macro recorder.