Hi,
This is a WinForm Application in Visual C++ 2005, requiring some custom drawing on one of the control buttons. Hovering on the control by the mouse, as the cursor has entered or left the button automatically forces a redraw of the button. This in turn requires the custom drawing to be repainted. Let's say for the sake of the argument, if the automatic redraw was prevented manually and for a determined duration, then the repainting would have not been required. How could this be done?
Best Regards,
Reza Bemanian