IRC Client Based Chatroom

Lanc1988

Contributor
Joined
Nov 27, 2003
Messages
508
I am looking for an IRC based chat room for vb.net. If anyone knows where I can download an open source IRC program or is willing to make me a simple one, it would help me a lot.
 
IRC example

Don't know if there are good IRC client examples for VB.NET, but I would rather start off by learning how to use TCP sockets with VB.NET. Some basic listen/connect examples. Search MSDN for "TCPListener" for example.

Then, find some example that shows you how the IRC protocol works and implement it to your own VB.NET app. I've seen few for VB6 at least.

I bet no one has the time to write you an example IRC app for VB.NET

Luck :)

EDIT:
okay, few hits with google:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=810&lngWId=10
http://weblogs.asp.net/cumpsd/articles/79260.aspx
 
Last edited:
Back
Top