I'm writing a custom charting control that has a long redraw time. When the form my control is on has been minimized or maximized I need to know when the operation is complete so that I can tell my control to redraw only once. Does anyone know if there is a Windows message that signals when the Minimize/Maximize operation is complete?
Monitoring the messages for a size change doesn't work because they are called several times during a Minimize/Maximize.
thanks
Monitoring the messages for a size change doesn't work because they are called several times during a Minimize/Maximize.
thanks