The implementation is server-side + client.
The server side is a process and the client is a graphical interface program.
Set the server-side IP address when the client connects, and the length and width that need to be displayed (cannot exceed the corresponding server-side display resolution).
: QT implements Windows remote control
The download package contains the source code and a running application that is compiled and completed.
In the bin directory for the application, the Cserver.exe is the server side (the controlled side), and the client.exe is the client (the master side). The program needs to be placed in the same directory as the DLL under this folder to run.
The SRC directory is the QT source code project, the client (the master side) and the cserver as the server side (the controlled side).
Client side running Effect:
QT Enables Windows remote control