|
-
April 21st, 1999, 06:55 AM
#1
MDI
hi all,
I'm developing a client-server application in which server will respond to the client's requests. I have used the CAsyncSocket for communication and using OnReceive() member function to read.
When a receive a message from the peer, I read the message and place it in a buffer and send a user-defined window message to main application to process the same (same for both client and server). as AfxGetApp()->PostMessage();
I can only catch this user-defined message. How to notify the documents to update their data and update
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
|