PDA

Click to See Complete Forum and Search --> : need in help in sockets


popskie
Dec 13th, 2005, 08:01 PM
hi,
Anyone knws how to make a tcp ip connection. For example like a simple chatting application.

Popskie

jmcilhinney
Dec 14th, 2005, 12:46 AM
The 101 samples for C# 2003 contains an example of just that named "Advanced .NET Framework (Networking) - Use Sockets".

Hack
Dec 14th, 2005, 06:14 AM
Take a look at this (http://www.c-sharpcorner.com/internet/chat_server.asp)

popskie
Dec 15th, 2005, 01:08 AM
thanks jm and Hack for the links .