I want to establish a TCP/ IP socket connection between two PC's such that when I send a command from the server PC an application should run on the client PC and the result should be returned back to the server PC. Can this be done in C#.
Aakash
Loading
Marko CericPosted Nov 7, 2008, 1:49 AM
http://msdn.microsoft.com/en-us/library/system.net.sockets.tcpclient.aspx
http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html
http://www.geekpedia.com/tutorial240_Csharp-Chat-Part-2---Building-the-Chat-Server.html
Google it!!