Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)strong_epoxyJuly 27, 2007 at 5:38 PM#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.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Red WineJuly 27, 2007 at 5:59 PM#Forum search 🙂 take a look here, Another Custom Page question - Winamp & Shoutcast Forums http://forums.winamp.com/showthread.php?s=&threadid=267687 Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Afrow UKJuly 27, 2007 at 6:00 PM#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_installer_window_background Stu
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Afrow UKJuly 27, 2007 at 6:04 PM#Red Wine's code will work but beware of a resource leak. The code does not free the loaded images (you must use gdi32:😁eleteObject). Stu