Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
Posted (edited)

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

Edited by keitsi
BS - Beer Specialist

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...