Last time out we had a list of the WM_ messages and that got me thinking. Is it possible to see into the future and see what messages will be delivered? The best offered by Windows is the Spy++ model. WH_GETMESSAGE hooks can monitor messages returned by a call to GetMessage or PeekMessage, and WH_CALLWNDPROC(RET) can monitor window procedure activity, but that’s the extent of their powers.
November 16, 2009
November 5, 2009
It Seems to be Some Sort of Communiqué
Just what are all the WM_ message names?
Comments Off on It Seems to be Some Sort of Communiqué