English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am a MCA student. As a home project i want to develop a remote screen capturing using vb.net2005.still i dont have any idea to do it.so i need help from starting.so plz tell me how i can do this?.i want to do that the computers attached with my computers i can capture there screen from my computer so i can see what they r doing.

2006-09-13 22:35:38 · 1 answers · asked by ritesh 1 in Computers & Internet Programming & Design

1 answers

You can do this by a two piece or rather component program.
1. Client Component: this program sits on the desktops which you wish to capture. It accepts incoming requests, captures the activity or desktop, sends it back to your server. You can use sockets. Make this client program listen to a particular port on TCP/IP Socket to process incoming request.
2. The server component. This sits on your desktop. It makes connections to required desktop by opening a connection at a particular port/socket. It receives the information at a particular port. Then it processes it.

GOOD LUCK.

2006-09-13 22:52:37 · answer #1 · answered by Indian_Male 4 · 0 0

fedest.com, questions and answers