|
-
May 11th, 1999, 11:25 AM
#1
bitmaps
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.
-
October 17th, 1999, 03:32 AM
#2
Re: bitmaps
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?
------------------------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|