IRC integration?

MidnightPyro
03-05-2004, 07:25 PM
I was wondering, is there some way to get Visual Basic.Net to be able to connect to IRC? I'm still sort of new to Visual Basic coding, and I was wondering if there was a simple way to do this.

Thanks!

MikeJ
03-07-2004, 06:35 PM
Since the Winsock control is not native to VB.Net, and using it will probably leave undesirable results, you need to use the System.Net.Sockets namespace. The TcpClient will be something that you will want to look at. However, this is a pain sometimes. If I recall correctly, there is a fairly decent one at (surprisingly) Planet Source Code. You can use it or the TcpClient to connect to an IRC server.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum