Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi !

I am working Client Server windows application (language lab) ,Sever(Teacher PC), and Client (Student PC). I want to capture screen shots of student PC and save it on Sever(teacher PC) without using share folder.

How I can do this !

Please help me
Posted

Assuming you have the Client and Server applications talking to each other (and if you don't you have bigger problems than screen shot transfers), then just take a copy of the Client screen with the client application, convert it to an image of some type, and send it to the server via the existing communications link.

Which part of that is giving you problems?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-May-11 14:44pm    
Very generally, yes, my 5.
In more practical variants and detail -- please see my answer.
--SA
I already answered nearly the same question. (What, is that the school assignment, the same one for a group of students?!)

Basically, there are some variants: 1) custom Windows Service on each student's computer, 2) simple HTTP server on each student's computer, 3) some available HTTP server with Web application on each student's computer. In cases (2) and (3) the teacher's UI could be just an available Web browser!

For more detail, please see my answers here:
Remote Screen Capture in WPF[^],
Multiple Remote Screen Viewer in wcf / wpf and c#[^].

Note: It does not have to be WPF.

—SA
 
Share this answer
 
v3
Comments
Espen Harlinn 30-May-11 14:51pm    
Nice answer, my 5 :)
Sergey Alexandrovich Kryukov 30-May-11 15:26pm    
Thank you, Espen.
--SA
Monjurul Habib 30-May-11 18:33pm    
cool.my5.
Sergey Alexandrovich Kryukov 30-May-11 22:17pm    
Thank you, Monjurul.
--SA
Wouldn't it be better to create a multi user shared desktop?

I guess you could alter/enhance this software[^].

I guess that could be the ultimate "virtual teacher", or support tool :)

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-May-11 15:25pm    
This is another option (not sure which one is more practical though), my 5.
--SA
Monjurul Habib 30-May-11 18:34pm    
5 for the link.
Espen Harlinn 30-May-11 19:42pm    
Thank you, Monjurul!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900