Q1. Is there a way to bitblt something with a transparent background THAT IS NOT black? (not transparentblt either)
Q2. Is there any way to format a progressbar? Eg. Change the backcolour, etc.
Printable View
Q1. Is there a way to bitblt something with a transparent background THAT IS NOT black? (not transparentblt either)
Q2. Is there any way to format a progressbar? Eg. Change the backcolour, etc.
Q1: What about using White? Use SRCAND for your raster operation.