PDA

Click to See Complete Forum and Search --> : Close a client program


mwirigijm
Jan 31st, 2005, 02:42 AM
How can i stop a program running on the client from the server. I've tried hidding the form but it dont work. Thanks.

Pino
Jan 31st, 2005, 04:55 AM
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 side



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