Tagged Questions
1
vote
2answers
473 views
How can I code desktop monitoring software?
I have to develop a tool for monitoring helpdesk agents. I can figure out how to capture keyboard events and mouse events; however I need to capture the control that emitted/consumed the event too. Is ...