PDA

Click to See Complete Forum and Search --> : [RESOLVED] client / server tool


skankerer
Aug 22nd, 2006, 06:40 AM
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.

skankerer
Aug 26th, 2006, 02:38 AM
buhmp

TokersBall_CDXX
Aug 26th, 2006, 07:57 AM
what programming language ?

skankerer
Aug 26th, 2006, 09:45 AM
Visual basic 6.

TokersBall_CDXX
Aug 26th, 2006, 03:16 PM
sounds like you are using the UDP protocol...perhaps you should look into using TCP?