How do I change the header bitmap from page to page in MUI?
The title really says it all. I have an installer with two custom pages and would like to change the header bitmap on one of them.
Archive: How do I change the header bitmap from page to page in MUI?
How do I change the header bitmap from page to page in MUI?
The title really says it all. I have an installer with two custom pages and would like to change the header bitmap on one of them.
Forum search :) take a look here,
http://forums.winamp.com/showthread....hreadid=267687
That is possible but it means you'll have to set the original one yourself too.
Search the forum for LoadImage and also try out this compilable script:
http://nsis.sourceforge.net/Image_in...dow_background
Stu
Red Wine's code will work but beware of a resource leak. The code does not free the loaded images (you must use gdi32::DeleteObject).
Stu