Results 1 to 2 of 2

Thread: Close a client program

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Location
    Nairobi Kenya
    Posts
    7

    Close a client program

    How can i stop a program running on the client from the server. I've tried hidding the form but it dont work. Thanks.
    Be magnified everywhere.

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Close a client program

    Quote Originally Posted by mwirigijm
    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

    VB Code:
    1. winsock(index).close 'if your using an array
    2. winsock.close 'if its a one on one connection

    but you need to code that into the server code

    Pino

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width