sangli
April 21st, 1999, 06:55 AM
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
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