I have a desktop server which is written in VB.net I want to send commands to it through B4A code
commands should be send to server sequentially
after each command, socket and stream should be closed and connected again to be ready to next command. I can send this sequence of commands by separate button click events
but I need this sequence to be done automatically not by button clicks.
I tried to use timer and threading library but not succeeded as I am not professional on threading
would you help me to solve this
commands should be send to server sequentially
after each command, socket and stream should be closed and connected again to be ready to next command. I can send this sequence of commands by separate button click events
but I need this sequence to be done automatically not by button clicks.
I tried to use timer and threading library but not succeeded as I am not professional on threading
would you help me to solve this