Hi, There are three controls in my application (CBT), whenever I move the mouse over control, when I enter with the mouse, I want to capture. Which has control in a window and when it comes out and I have to change the caption of a button control.
In advance thank you
There is no window message / event that 'enter the mouse' 'Or' release the mouse ', though it can be obtained by handling the' MouseMove 'message for your control and capture the mouse input, to see if the point is within the control area or not. Release the capture if the point is outside the control area.
For sample code checks.