Does anyone have a super simplistic example of sending a string from a vb.net app on one computer to a vb.net app on another computer.
Most of the examples I'm finding are examples of chat programs, etc.
App1 would have a relatively small amount of data, like a temperature, or the status of a switch, and then send that data (basically strings of less then 10 characters) to app2, running on another computer.
I think there used to be a really simple project in vb6. But when .NET came, the examples became much more complex.
Most of the examples I'm finding are examples of chat programs, etc.
App1 would have a relatively small amount of data, like a temperature, or the status of a switch, and then send that data (basically strings of less then 10 characters) to app2, running on another computer.
I think there used to be a really simple project in vb6. But when .NET came, the examples became much more complex.