|
-
October 19th, 2010, 12:00 PM
#3
Re: Flickering on Win7 Progress Control Text
lol, none, I removed that...
I had another idea, I would like to load the image that MS uses for the progress bar, and draw it
myself using the image, similar to how...
DrawThemeBackground(hTheme, hdc, PP_CHUNK, 0, &rcChunk, NULL);
would draw it... except I cannot use DrawThemeBackground, because that only works if the control has theme's enabled on it, but I decided to disable theme's on that control to prevent the light effect from causing constant redraws, and flickering my overlay text (even a memDC on the text didnt solve the flicker)
So I need to make my own implementation of DrawThemeBackground, to force a draw on a non-themed control, and use the PP_CHUNK image.
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
|