Log activity outside application

96 views Asked by At

Maybe again incorrect question but:

I am trying to create an application which will log each user mouse click while running in background.

I managed to log each mouse click type (using Hook) but then i got a problem. I need not only to log each click, but also to know what has been pressed and where. I need to log second information also that what kind of object is pressed inside some application (button or checkbox and in which panel if it does exist, also object name), but I don't need to know what are those objects supposed to do.

So, is it possible to do with global hook help or are there some libraries which can help to make that?

EDIT: Found that it should be easied it wpf application but but there are more problems with - how to make it log each clicked object, not only inside created wpf.

0

There are 0 answers