Archive: Custom Page fully filled with a Bitmap ?


Custom Page fully filled with a Bitmap ?
Hello,
I wanted to fill out my whole custom page with one Bitmap (497*314) but without the area behind the buttons.
And a header shouldn't also been there.
Here's how it is now:
http://www.casepro.de/misc/pic1.GIF
Here's how I qould like to have it:
http://www.casepro.de/misc/pic2.GIF


you'll have to modify the MUI resource files and create a new page with such a large bitmap resource.


Isn't that an ambivalence ?
Should I now mdoify the MUI rsource OR create a new page ?
Because I cannot add new pages to a resource file, can I ?
I used Resource Hacker.


You can modify the MUI header file with resource hacker, then save it and define it in your script using !define MUI_UI "your_header.exe"
CF


Which one the MUI Header file ?
And also I don't want all my dialogs / Pages to have such a big graphic. Only the first one.


OK. I found the header file. And I edited it so that it's ok now.
But the problem is, that the changes are done to all my pages. But I only want to have it in my custom page.
Is this possible ?


You can do what the MUI does to display the welcome page. Set RECT to 1044 in the Settings section of the INI file and hide all of the controls before showing the page itself. Check out the MUI_FUNCTION_WELCOMEPAGE macro in Contrib\Modern UI\System.nsh.


How can I hide controls in the welcome page ?


MUI_FUNCTION_WELCOMEPAGE shows you how.