c++ - Windows message when mouse leave a control? -


I have created a control and mosemove changes the color for that control, but I want to change it back to the default My mouse goes out of that control I thought WM_MOUSELEAVE could do this but it was not.

Thanks

This will be the right message.

Are you calling?


Comments