I have a window with scrollbars on it, in which I draw a bitmap. Everything works fine until the bitmap is scrolled out of view, and then back in. It simply disappears. Anyone ever run into this before.
Printable View
I have a window with scrollbars on it, in which I draw a bitmap. Everything works fine until the bitmap is scrolled out of view, and then back in. It simply disappears. Anyone ever run into this before.
Are you sure that you drew the bitmap in the WM_PAINT handler for the window?
If not, try adding a message handler for WM_PAINT and draw the bitmap in that function.
------------------------------------------------
The truth is out there... anyone knows the url?
------------------------------------------------