Guest double-helix Posted July 14, 2002 Posted July 14, 2002 I was wonderin the other day, i know squirm has produced an amzing irc client for visual basic 6, but i need to know the following. i want to be able to create a bot in visual basic .net. how do i do this? i've tried using examples of the following : dim sock as new tcpclient() dim sock2 as new udpclient() but it seems these two clients arent what i need. maybe they are, but when it comes to sockets, i am no expert. i would be grateful for any help ne1 could give me on the matter, because i need to make a bot - its my job, i script :p Btw,if you're into mIRC scripting - #scripts.cs on quakenet.eu.org Thanks for the info :) Quote
Guest double-helix Posted July 20, 2002 Posted July 20, 2002 please, if ne1 has any help on this subject, post !:D Quote
ChiefRedBull Posted July 20, 2002 Posted July 20, 2002 MSDN tells you about the .NET framework - either offline or online. The class you want is System.Net.Sockets. Quote
*Gurus* divil Posted July 22, 2002 *Gurus* Posted July 22, 2002 System.Net.Sockets is a Namespace not a class :) I think System.Net.Sockets.TcpClient is probably the class he's after. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
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.