Click here to Skip to main content
16,006,504 members
Please Sign up or sign in to vote.
1.22/5 (2 votes)
See more:
how to capture client desktop screen form server in window application
Posted
Updated 22-Jun-12 19:59pm
v2
Comments
Karthik Harve 23-Jun-12 2:04am    
are you talking about the screen shot of the client screen..??

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Jun-12 11:34am    
Useful information, even though only a part of the problem, my 5.
--SA
[no name] 24-Jun-12 23:46pm    
Thank you sir..
Just the terminology problem: if one host requests a screen shot of another one, and the second one delivers the screen shot, no matter what you do, first host is called a client, and the second one a server. In other aspects, all such hosts can play the role of a client, but relative to the screen shot request, they are all servers. This is how actually RDP works, so, this is the first thing you need to learn:
http://en.wikipedia.org/wiki/Remote_Desktop_Protocol[^].

Please also see these CodeProject articles:
Remote Desktop using C#.NET[^],
Palantir - Remote Desktop Manager[^].

—SA
 
Share this answer
 
v2
Comments
[no name] 23-Jun-12 2:58am    
Good links. I dint think this. My +5 .
Sergey Alexandrovich Kryukov 23-Jun-12 11:32am    
Thank you, Amit.
--SA
Espen Harlinn 23-Jun-12 8:50am    
Excellent reply :-D
Sergey Alexandrovich Kryukov 23-Jun-12 11:33am    
Thank you, Espen.
--SA

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