beaglebuddy
May 11th, 1999, 11:25 AM
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.
|
Click to See Complete Forum and Search --> : bitmaps beaglebuddy May 11th, 1999, 11:25 AM 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. Satish Kumar October 17th, 1999, 03:32 AM 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? ------------------------------------------------ codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |