Using the System.Net.Sockets

  • Thread starter Thread starter jcvilla
  • Start date Start date
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.
 
Ive been looking for something like this, and it sounds perfect!

Except... the first link doesnt work. :(
 
Hi....I would also to make a messenger with vb.net and the system.net.sockets!
Can you help me a little bit???
 
w1z4rd said:
Hi....I would also to make a messenger with vb.net and the system.net.sockets!
Can you help me a little bit???

do you have a specific question or do you want us to write the app for you?
 
Back
Top