Sending URL between computers
I am trying to create a program that will send a URL saved in a textbox between the program which will be on different computers. So one computer will be running the program and the URL they have will be sent to the program on the other program. But I am not sure where to start, any help would be much appreciated.
Thanks
Re: Sending URL between computers
Quote:
Originally Posted by
VisualBasic2008
I am trying to create a program that will send a URL saved in a textbox between the program which will be on different computers. So one computer will be running the program and the URL they have will be sent to the program on the other program. But I am not sure where to start, any help would be much appreciated.
Thanks
You can use the TCP Client and TCP Listener classes. Do some searches on the forum, plenty of examples.
If not you could be a bit more clearer in exactly what you are trying to achieve.
Re: Sending URL between computers
Great thanks for the help. I had no idea how to start doing this so this should get me going.
Thanks