PDA

Click to See Complete Forum and Search --> : conection thrue the internet


ziad_jabbour
Feb 22nd, 2007, 12:00 PM
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

supertotallyawesome
Feb 26th, 2007, 12:00 PM
What language do you plan on using? Different languages require similar, but different methods.

ziad_jabbour
Feb 26th, 2007, 12:01 PM
i am using vb6

supertotallyawesome
Feb 26th, 2007, 12:26 PM
You would need to use the Winsock control. http://www.devarticles.com/c/a/Visual-Basic/Two-Person-Chat-With-The-Winsock-Control-And-Visual-Basic/ has more information about a basic chat between two computers, which you can extend to make anything talk.