Posted 21 September 2017 - 02:26 PM
Okay, I am trying to make another train program (if you have seen me before you will know I do only train programs) which will have a manager (a GUI, I will make it myself). My question is, how do you send a message over a wired network, the other computer receives it and reads it to know: 1) if it should add some text to a monitor 2) if it should delete already existing message that is put on a monitor.
The message will contain the message itself AND the computer id. Then the receiver (the computer that receives the message) will ask the user using it on which monitor should the message go (with the message shown)
P.S. I am a noob at programming, so please don't send me code, I wanna do stuff myself, just send me some tips how can this happen. Thanks in advance (actually if you want to send me code, do it, I can't force you to do anything)
The message will contain the message itself AND the computer id. Then the receiver (the computer that receives the message) will ask the user using it on which monitor should the message go (with the message shown)
P.S. I am a noob at programming, so please don't send me code, I wanna do stuff myself, just send me some tips how can this happen. Thanks in advance (actually if you want to send me code, do it, I can't force you to do anything)
Edited on 21 September 2017 - 12:27 PM