Hello everyone! I posted a topic about my problem in adding picture into textbox some months ago for my game. Now I'm improving some functions of my game, so now I have new problem.
My game is organized for 4 players and I want to display the order of answers from them, fastest to slowest. I'm thinking about a solution.
First I will take LAN connections for my computer (showing the game) and the computers of 4 players. When the time starts counting down, they will type and send their answers to my computer. The code in PowerPoint will take text from their answers and display in a Label or something by the order fastest to slowest. I know there is a method to chat by LAN on cmd tool on Windows.
Is it possible to do that? If not, how can I solve it? Thank you!