Hi, Sorry, 1 more question on this subject..
An example:
My main dialog thread has pulled a message from the queue, and called the message function.
Within the function it is busy (not for long), and doesnt pull messages from the message queue.
In the meantime within the IOCP thread, a PostMessage() is called to the main dialog thread who is busy, does this message still get called? I take it that it will just be pending until the messages again are removed from the message queue again?
I just want to make sure that the message will still be carrried out.
Regards
Neil
_______________________________________________ msvc mailing list msvc@beginthread.com See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.