Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to see particular system remotly of particular ip in c# window application
please tell me
Thanks & Regards
Gaurav Rawat
Posted
Comments
Kim Togo 9-Jun-11 9:14am    
Sorry I do not understand what you want.
Do you want to check if a computer is powered on ?
Sergey Alexandrovich Kryukov 9-Jun-11 11:14am    
:-)
I answered though...
--SA

1 solution

It totally depends on what you want to control, especially, on the need of inversion of control (http://en.wikipedia.org/wiki/Inversion_of_control[^]).

Most typically, you will need to create some service on the system to be controlled working as some kind of custom network service. The type if this application should almost certainly be the Windows Service. Perhaps the most straightforward way of doing this would be using self-hosted WCF.

However you can use networking on different levels. I briefly describe them in my past answers, please see:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—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