Lanc1988 Posted May 23, 2004 Posted May 23, 2004 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. Quote
keitsi Posted May 24, 2004 Posted May 24, 2004 (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 May 24, 2004 by keitsi Quote BS - Beer Specialist
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.