Archive: How I can set transparent background for bitmap on custom page?


How I can set transparent background for bitmap on custom page?
I have bitmap.

How I can set transparent background for bitmap on custom page?

Thank you


Traping the WM_PAINT and use something like this tutorial or this one.

Seems harder... thought


There is no need to create a plug-in that traps WM_PAINT. SetCtlColors should be enough. Search the forum for SetCtlColors and you should find plenty of examples.