|
-
December 10th, 2008, 09:29 AM
#2
Re: finding problem in showing the message in th edit box
Well, I just assume you are using standard sockets for data transfer.
So you should have a thread in your server application just waiting for some data to receive
in your example.
If your clients sends data with send() and your server receives it (recv()) you can just display whatever data you sent.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|