hello i need to comunicate between 2 pc thrue the ethernet
like sending data between 2 pc on the serial port but using the network
Printable View
hello i need to comunicate between 2 pc thrue the ethernet
like sending data between 2 pc on the serial port but using the network
What language do you plan on using? Different languages require similar, but different methods.
i am using vb6
You would need to use the Winsock control. http://www.devarticles.com/c/a/Visua...-Visual-Basic/ has more information about a basic chat between two computers, which you can extend to make anything talk.