I'm trying to write a program using C# that would allow me to remotely take control of the mouse on a windows machine. This would allow me to issue commands to the mouse to move to a certain part of the screen and then click on that part of the screen.
I was wondering if there were any C# classes that I would be useful in achieving this goal.
Any help is appreciated. Thanks!