How can i stop a program running on the client from the server. I've tried hidding the form but it dont work. Thanks.
Printable View
How can i stop a program running on the client from the server. I've tried hidding the form but it dont work. Thanks.
close the socket, from the server sideQuote:
Originally Posted by mwirigijm
VB Code:
winsock(index).close 'if your using an array winsock.close 'if its a one on one connection
but you need to code that into the server code :)
Pino