I created a control and the mosemove for that control changes color, but I want to change it to the default when my mouse exits this control. I would have thought that WM_MOUSELEAVE would do this, but it is not.
thanks
This will be the correct message.
Are you calling TrackMouseEvent ?
You can try with WM_MOUSELEAVE (we have it in the CView class)
But I think the best way is to use _TrackMouseEvent.
Max.
Source: https://habr.com/ru/post/1310125/More articles:How to find out where the database table is populated? - databaseMessaging with encoding and XslCompiledTransform - xmlHow to integrate paypal on my website? Java - javapython: calling a constructor from a dictionary? - pythonfor (Object object: list) [java] and the index element is javaVS2008 Suspend all threads when a breakpoint is reached - debuggingWill existing DAO code work with SQL Server? - sql-serverAre timers supported by the Windows API? - cHow to enable logs for sitemesh - javaHow to create a STREAM wave from raw sound samples in C #? - c #All Articles