remotely monitor
-
I want to know how to capture the desktop screen of the client's machine from the server machine.......the screen must sending over using winsock.........
Take a look at VNC? Or Terminal Services/RDP -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky
-
Take a look at VNC? Or Terminal Services/RDP -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky
-
VNC has the source[^] available under the GPL, and there is documentation about RDP on MSDN[^] -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky
-
The bottom line is that it is not easy. You'll need a some type of server service running on the machine you want to monitor. Then you'll need a client on the machine doing the monitoring. The previous guy is right with VNC. It's just about the best open source remote control software I've found. Comes with source code too. RageInTheMachine9532
-
VNC has the source[^] available under the GPL, and there is documentation about RDP on MSDN[^] -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky