Faisal
2010-02-08 09:43:21 UTC
Raymond Chen's blog says, messages like WM_PAINT, WM_QUIT messages are
treated in special way.
http://blogs.msdn.com/oldnewthing/archive/2005/11/04/489028.aspx
ie, even if more than one message is posted, system combines the
messages only once the windowprocedure is called.
I need this behaviour for a WM_APP or registered message. Is it
possible?
treated in special way.
http://blogs.msdn.com/oldnewthing/archive/2005/11/04/489028.aspx
ie, even if more than one message is posted, system combines the
messages only once the windowprocedure is called.
I need this behaviour for a WM_APP or registered message. Is it
possible?