Hey
I'm trying to get rid of this annoying flickering effect whenever the window of my dialog box is updated, and I've succeeded in doing this, using BitBlt and such...
But control windows that are in the form, like buttons for example, still flicker ... I'd like to disable windows from erasing the background by overriding the WM_ERASEBKGND message, but how do you do this for something like a button??
THANKS
I'm trying to get rid of this annoying flickering effect whenever the window of my dialog box is updated, and I've succeeded in doing this, using BitBlt and such...
But control windows that are in the form, like buttons for example, still flicker ... I'd like to disable windows from erasing the background by overriding the WM_ERASEBKGND message, but how do you do this for something like a button??
THANKS