Windows message when mouse leave a control?

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-05-18T14:25:25Z Indexed on 2010/05/18 14:31 UTC
Read the original article Hit count: 143

Filed under:
|
|

I have created a control and the mosemove for that control makes it change color, but I want to change it back to default when my mouse moves out of that control. I would have thought WM_MOUSELEAVE would do it but it didn't.

Thanks

© Stack Overflow or respective owner

Related posts about winapi

Related posts about c