I want to capture (and replay) the keyboard & mouse events for a windows application. This application is written in C# and uses a number of forms and threads. Thankx to the community; I have seen a number of examples which talk about using WinAPIs to capture system level events. Can anyone help me with a link/sample code to achive application specific event capturing. Please mind that I want to replay these events as well..
Thanks.
Thanks.