Click to See Complete Forum and Search --> : Remote Screen capturing


sajeevjal
January 6th, 2006, 06:33 AM
It is urgent. Please help to solve it.
I want to capture the activities of a computer(track mouse and keyboard)from a remote machine.
It is to be done in VC++.
Please notify the technology with the necessary APIs.
I want to know about how a remote machine can be shutdown from another
Thank you

Marc G
January 6th, 2006, 07:02 AM
You cannot capture keyboard and mouse remotely without a client application.
The little client application runs on the remote computer and monitors all keyboard and mouse activities. It then forwards this information to the other PC that is interested in this (the server PC).

akgalp
January 9th, 2006, 05:44 AM
have a google for VNC , remote desktop viewer in codeguru and code project