Monday, July 9, 2012

Answer by Jiang for Windows Application Development - Newbie Resources?

Answer by Jiang for Windows Application Development - Newbie Resources?:
I suggest to read this book for Windows beginners: Programming Windows,Fifth Edition by Charles Petzold. Although it is old, the basic concept for Windows doesn't change too much.

If you want to go to the answer directly, look at here: http://msdn.microsoft.com/en-us/library/ms171548.aspx
Above link tells you how to control and simulate the mouse events.

Another thing you need (if I understand correctly) is to use a socket or RDP to get the commands from the server, and then your program can simulate the mouse movement. But it is tricky, because the user may want to move the mouse to another location at the same time.

BTW: you also need some knowledge about either C, C++ or C# or other languages support by Visual Studio, and Visual Studio itself.

1 comment: