Page 1 of 1

Using windows message queuing?

Posted: Mon Jun 17, 2013 2:10 am
by jassing
I'm helping a friend with an addon; part of the spec says we need to use peekmessage() and postmessage() api's.

Is this pretty straight forward, or are there any gotcha's to watch out for? I know we need to use peekmessage before getmessage() to avoid stepping on PB's message queue; but anything else?