EDN Admin
Well-known member
My program has a form and another worker class.
Worker class has a thread that receiving data, in loop: socket.ReceiveFrom(....)
When I close the form the program (thread) is still running.
How to stop everything and exit?
View the full article
Worker class has a thread that receiving data, in loop: socket.ReceiveFrom(....)
When I close the form the program (thread) is still running.
How to stop everything and exit?
View the full article