I have an application that must allow 2 users over the internet/LAN to transfer data back/forth directly. How do you do this?
David
Printable View
I have an application that must allow 2 users over the internet/LAN to transfer data back/forth directly. How do you do this?
David
There are several code examples of this on Planet Source Code. Do a search of the VB section for winsock. For that matter, you might be able to find code examples in the code libraries here, too.