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.