Results 1 to 5 of 5

Thread: [RESOLVED] client / server tool

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    101

    Resolved [RESOLVED] client / server tool

    Hey. I started working on a client / server tool that i could use to access my different PC's on lan. But I only made the server able to receive, and the client able to send. I need to make them BOTH be able to send/receive.

    I.E.
    The client is able to close running processes on the server cause it's like:
    1. client: closeprocess ***.exe
    2. server: kthxdone


    But if I wanted to get a list of processes from the server it'd go like this.
    1. client: give me a list of ur processes k?
    2. server: k here they are
    3. client: ERROR I DONT KNOW HOW TO RECEIVE ERROR ERROR *** *boom*

    Sorry if it's kinda complicated, I'm tired as. Thanks guys.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    101

    Re: client / server tool

    buhmp

  3. #3
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    Re: client / server tool

    what programming language ?
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    101

    Re: client / server tool

    Visual basic 6.

  5. #5
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    Re: client / server tool

    sounds like you are using the UDP protocol...perhaps you should look into using TCP?
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

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