Click here to Skip to main content
15,897,273 members
Articles / Desktop Programming / Windows Forms

TCP/IP Chat Application Using C#

Rate me:
Please Sign up or sign in to vote.
4.84/5 (212 votes)
30 Jan 2006CPOL9 min read 2.4M   208.3K   640  
This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in a non-blocking way. Public and private chat is also implemented in this code.

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available Yes 21-Jan-12 2:55 Available Chris Maunder
1 No 30-Jan-06 21:52 Available Rinish Biju

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions