monitor more than one message with MsgBlaster

Hi

Using Jurjen's posts on this site I have managed to trap when a window is moved by monitoring WM_MOVE. I would also like to trap when the move is complete by monitoring WM_MOVING.

How do I go about monitoring two messages in my ABL?

Thanks
Mike


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

RE: monitor more than one message with MsgBlaster

Don't know why I didn't try this before! I've found my answer so please ignore this thread now.

For the record:

chMsgBlaster:MsgList(0) = 534. /* WM_MOVING */
chMsgBlaster:MsgList(1) = 3. /* WM_MOVE */

monitors both.