Saturday, January 16, 2010

Does anyone know a free or open-source IRC control / library for VB.NET ?

Does anyone know a free or open-source IRC control / library for VB.NET ?


Im trying to make a small IRC client in VB.NET, i tryed using winsocks but i dont know all the commandsDoes anyone know a free or open-source IRC control / library for VB.NET ?
Well they don't have a single control for IRC because as you probably figured out that it is a whole slew of connection mechanisms, handling of ports, message routing etc. The best out there is this article for C# that can help you out for building a client in .NET if you can translate it. Plus you will need to get your hands on the IRC ';Request for comments'; or RFCs as they are also called.





Here are some links you might find helpful in getting you on the right track. You may be able to locate some VB.NET specific source code on the net as well, but it will take a bit of looking.





Hope you find this stuff useful.

No comments:

Post a Comment