Today's Little Program shows one way you can implement a better version of WM_SETREDRAW.
Our first version doesn't use
WM_SETREDRAW at all. Start with the scratch program
and make the following changes: Most of this program was stolen from my scroll bar series.
The interesting new bits are that you can add one new item
by ...