Send data to another computer?
Hi there, I am working on a program for students to select what they want to buy for lunch, and then once all students pick an order, it will get submitted to a central computer.
The problem is, there could be a copy of this program on multiple computers, sending to the same place. Nothing fancy, just a number in a textbox and the central computer just adds the numbers up.
Is there a simple way to send data to another computer on a network? Thanks!
Re: Send data to another computer?
Yes, there should be a afew examples in the Visual Basic 6.0 and Earlier codebank or this section.
Edit:
This chat program might give the code you need.