Software Development Network>> VS Express Editions>> communicate over network
The following link provides a full tutorial on making a chat program for 2 computers
http://www.devx.com/dotnet/Article/31001/1954 pf=true
Hope that this one is also helpful
you can use Sockets class in System.Net name space
those are some articles about networking chat applications
TCP/IP Chat Application >>> http://www.codeproject.com/csharp/TCPIPChat.aspbuilding udp program >>> http://www.codeproject.com/vb/net/UDP_Send_Receive.aspTcp/udp helfull for chat >>> http://msdn2.microsoft.com/en-us/library/c19ex43h(en-US,VS.80).aspxchat sample >>> http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadvnet/html/vbnet08282001.aspchat sample useing asp.net >>> http://www.codeproject.com/aspnet/AliAspNetChat.aspchat sample useing soket >>> http://www.codeproject.com/Purgatory/ChatApplDotNetSockets.aspP2P Comm Using Web Services >>> http://msdn.microsoft.com/msdnmag/issues/04/08/advancedbasics/default.aspx
hope this helps
communicate over network
Nightmare1980
The following link provides a full tutorial on making a chat program for 2 computers
http://www.devx.com/dotnet/Article/31001/1954 pf=true
Hope that this one is also helpful
Waqar Ahmed
you can use Sockets class in System.Net name space
those are some articles about networking chat applications
TCP/IP Chat Application >>> http://www.codeproject.com/csharp/TCPIPChat.asp
building udp program >>> http://www.codeproject.com/vb/net/UDP_Send_Receive.asp
Tcp/udp helfull for chat >>> http://msdn2.microsoft.com/en-us/library/c19ex43h(en-US,VS.80).aspx
chat sample >>> http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadvnet/html/vbnet08282001.asp
chat sample useing asp.net >>> http://www.codeproject.com/aspnet/AliAspNetChat.asp
chat sample useing soket >>> http://www.codeproject.com/Purgatory/ChatApplDotNetSockets.asp
P2P Comm Using Web Services >>> http://msdn.microsoft.com/msdnmag/issues/04/08/advancedbasics/default.aspx
hope this helps