How to stop statusbar flashing during OnHScroll of CDialog
I have a CStatusBar
at the bottom of my dialog. And during OnSize
and OnHScroll
I call a function called MoveStatusBar
. When it is called from OnSize
I pass the value false to stop redrawing.