Skip to content
⌘ NSIS Forum Archive

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

3 posts

Guest#

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
Joel#
Traping the WM_PAINT and use something like this tutorial or this one.

Seems harder... thought
kichik#
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.