PDA

View Full Version : Record user input outside a program in c++.


Gmanme
Sep10-09, 02:44 PM
Im trying to write a program that can record and copy what a person does in windows. If a person opens a file in windows, how can I copy the input that opened the file and use it later?

I would also like to know how to do this in visual basic.