Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I am using WIN32 Messages in order to be able to communicate with a Visual C++ application, actually I am able to capture the messages using the API getmessage(..), but I am using a timer in order to post a message ( because I don't know exactly when I am going to get a message) and get the desire response, this action is making my application to work very slow because it is using a lot CPU resources, Could anyone advise me another way to get messages from windows without using timers
I would really appreciate your help
Thanks
I am using WIN32 Messages in order to be able to communicate with a Visual C++ application, actually I am able to capture the messages using the API getmessage(..), but I am using a timer in order to post a message ( because I don't know exactly when I am going to get a message) and get the desire response, this action is making my application to work very slow because it is using a lot CPU resources, Could anyone advise me another way to get messages from windows without using timers
I would really appreciate your help
Thanks