J
jcvilla
Guest
Hello there, first of all I would like to explain what is the System.Net.Socket for those who dont know. This is a namespace developed by microsoft to substitute the Winsock control in VB6. Using this namespace is pretty easy yet very differenet from VB6. After searching for alot of days on the Net I found some very good tutorials for making a TcpListener and a TcpClient.
Links:
http://msdn.microsoft.com/library/default.asp?url=/library/enus/dnadvnet/html/vbnet08282001.asp
http://www.dotnet247.com/247reference/System/Net/Sockets/System.Net.Sockets.aspx
For those who want to get to the job right now then goto the First Link, for those who want seriouse information on this before getting your hands dirty then you can go to the second link. On the meantime I am going to be developing a messenger.
Links:
http://msdn.microsoft.com/library/default.asp?url=/library/enus/dnadvnet/html/vbnet08282001.asp
http://www.dotnet247.com/247reference/System/Net/Sockets/System.Net.Sockets.aspx
For those who want to get to the job right now then goto the First Link, for those who want seriouse information on this before getting your hands dirty then you can go to the second link. On the meantime I am going to be developing a messenger.