Hi, I am writing an educational application that will also be used for research purposes. As such it needs to record the user's actions. I am hoping to be able to replay these actions exactly so a researcher can examine what the user did and where they went wrong. This means mouse movements, clicks and what they typed etc. I come from a C++, Win32 background and am just learning C#. My first thought was to trap messages sent by Windows and then send them back later. I wonder if this would work or if there is another easy way?
thanks in advance
KeithPosted Sep 11, 2007, 4:49 PM
AlanPosted Sep 10, 2007, 12:23 PM
There's some C# code for a mouse & keyboard recorder here:
http://www.webtropy.com/articles/art4.asp
KeithPosted Sep 10, 2007, 11:05 AM