Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every body
i use visual c++ 2010 and i want to capture the desktop from another system, like coffee net management.
how can i get image of screen from an IP address?

thanks a lot
Posted
Updated 6-Dec-12 10:34am
v2
Comments
[no name] 11-Oct-12 16:13pm    
Have program on the other computer that can take a screen shot and then send it to you.
[no name] 11-Oct-12 16:40pm    
thanks
yeah i use another program to capture the screen
but i don't want to turn on file sharing.just with ip address.
can you tell me?
with thanks
Sergey Alexandrovich Kryukov 11-Oct-12 17:08pm    
It's not related to file sharing, which hardly could help at all.
--SA
CPallini 6-Dec-12 17:02pm    
You don't need file sharing for that. The program capturing the screen (thus running on the remote system) can act as TCP server for the client running on your computer.
fjdiewornncalwe 11-Oct-12 16:46pm    
Unless you have a service client installed on that remote machine that can act as a host for your call, I don't think you're going to have much luck. You can't just ping a machine and demand a screen shot of the current desktop state. That would be a quite substantial security breach in the system.

1 solution

Please see: http://en.wikipedia.org/wiki/Remote_Desktop_Services[^].

This is my favorite CodeProject work on RDP client: Palantir - Remote Desktop Manager[^].

See also this one: Remote Desktop using C#.NET[^].

Good luck,
—SA
 
Share this answer
 

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