• Welcome to Valhalla Legends Archive.
 

how to winsock in vb.net

Started by ArCHoN, August 24, 2003, 03:07 AM

Previous topic - Next topic

ArCHoN

Sup i just downloaded vs.net and am looking for the winsock feature on here but i can't find it can you help a bro out .............. thanks

K

You don't want to use the "Winsock feature" in .NET.  you want to use one of the classes in tbe System.Net.Sockets namespace ( TcpClient / TcpServer, UdpClient, Socket, etc) and optionally a StreamWriter class over the NetworkStream bound to your socket.

ArCHoN

Thanks dude but am trying to make a bot for warrnet and am new to .net but i know vb6 really good buts when i see vs.net its a diff world so i wasn't able to do anything so am just fuicking with it :)

Camel

Perhaps you shouldn't start off with a bot then?

ArCHoN

So what do you think i should start on then ???????????? am down for anything i just have a bot in my mind

Banana fanna fo fanna

hello world
mp3 organizer prog (will learn file i/o as well as gui stuff and oop)

Adron

Console app implementing drag of files passed in on command line. Used like this:


c:\music>drag *kylie*mp3


mouse gets "dragging files" cursor, and you drop the files in a msn chat to transfer them somewhere