Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to capture screen in remote machine using ip
Posted
Comments
Zoltán Zörgő 13-Jun-12 2:15am    
This is a faaaar too few information. Please elaborate deeper, and improve your question.
Sergey Alexandrovich Kryukov 13-Jun-12 2:27am    
Yes, this is not really a valid question, but I found it appropriate to give OP some idea; please see my answer.
--SA
Sergey Alexandrovich Kryukov 15-Jun-12 1:00am    
I was wrong. OP re-posted the question (I removed it, of course), without a single word to notify me. Such enquirers hardly deserve answers... :-)
--SA

1 solution

There is nothing like "just" remote machine. It is possible but totally depends on what do you want to run on that remote machine, do you want to develop your own custom code or use something of your own.

First think you should have an idea about it RDP:
http://en.wikipedia.org/wiki/Remote_Desktop_Protocol[^].

These two CodeProject articles show how to use RDP from the client site:
Remote Desktop using C#.NET[^],
Palantir - Remote Desktop Manager[^].

My favorite client is the second one. Even though it's not quite complete, from my point of view (please see my comment and suggestions to the article), it helped me in the situation where Microsoft RDP client have me some trouble.

—SA
 
Share this answer
 
Comments
VJ Reddy 13-Jun-12 13:09pm    
Nice answer with references. 5!
Sergey Alexandrovich Kryukov 13-Jun-12 18:24pm    
Thank you, VJ.
--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