Valhalla Legends Forums Archive | Visual Basic Programming | how to winsock in vb.net

AuthorMessageTime
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
August 24, 2003, 8:07 AM
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.
August 24, 2003, 6:24 PM
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 :)
August 24, 2003, 6:52 PM
Camel
Perhaps you shouldn't start off with a bot then?
August 24, 2003, 10:06 PM
ArCHoN
So what do you think i should start on then ???????????? am down for anything i just have a bot in my mind
August 24, 2003, 10:29 PM
St0rm.iD
hello world
mp3 organizer prog (will learn file i/o as well as gui stuff and oop)
August 25, 2003, 10:32 PM
Adron
Console app implementing drag of files passed in on command line. Used like this:

[code]
c:\music>drag *kylie*mp3
[/code]

mouse gets "dragging files" cursor, and you drop the files in a msn chat to transfer them somewhere
August 25, 2003, 10:44 PM

Search