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
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.
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 :)
Perhaps you shouldn't start off with a bot then?
So what do you think i should start on then ???????????? am down for anything i just have a bot in my mind
hello world
mp3 organizer prog (will learn file i/o as well as gui stuff and oop)
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