Introduction - If you have any usage issues, please Google them yourself
This is a basic remote control application for Windows formed from two modules. One that runs as server and listen to ports 5001 and 5002 (5001 used for image transfer and 5002 for mouse commands, keyboard is not implemented), and the second one which runs as client.
The application was written in c++ and compiled using Microsoft Visual Studio. NET 2003 (7.1).It can still be compiled using Microsoft Visual Studio. NET 2002 but you should edit ".vcproj" file (change Version="7.10" with Version="7.00").