Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: ArCHoN on August 24, 2003, 03:07 AM

Title: how to winsock in vb.net
Post by: ArCHoN on August 24, 2003, 03:07 AM
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
Title: Re:how to winsock in vb.net
Post by: K on August 24, 2003, 01:24 PM
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.
Title: Re:how to winsock in vb.net
Post by: ArCHoN on August 24, 2003, 01:52 PM
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 :)
Title: Re:how to winsock in vb.net
Post by: Camel on August 24, 2003, 05:06 PM
Perhaps you shouldn't start off with a bot then?
Title: Re:how to winsock in vb.net
Post by: ArCHoN on August 24, 2003, 05:29 PM
So what do you think i should start on then ???????????? am down for anything i just have a bot in my mind
Title: Re:how to winsock in vb.net
Post by: Banana fanna fo fanna on August 25, 2003, 05:32 PM
hello world
mp3 organizer prog (will learn file i/o as well as gui stuff and oop)
Title: Re:how to winsock in vb.net
Post by: Adron on August 25, 2003, 05:44 PM
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