This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Dialog background color
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2008
12:32 PM
Dialog background color
I am trying to set the background color of all the dialogs in my installer to one specific color. Is there a single funtion like DialogSetInfo to do so?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2008
12:50 PM
I believe InstallShield uses the dialog colors from the target system's display settings; to change them, I expect you'd need a full-dialog background bitmap on each dialog box (similar to what "exterior" dialog boxes such as SdWelcome and SdFinish use), or use a dialog skin.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2008
12:58 PM
Can you please tell me how do I go about doing this?
I tried to add a label and then set the properties same as that of control_52 which gives the default white image on the welcome and finish dialogs but it did not work. Even if I change the size of the control(52) to get a larger white background which is what I a trying to I can see the grey background of the other controls, so that does not work.
I tried to add a label and then set the properties same as that of control_52 which gives the default white image on the welcome and finish dialogs but it did not work. Even if I change the size of the control(52) to get a larger white background which is what I a trying to I can see the grey background of the other controls, so that does not work.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 09, 2008
09:28 AM
Is there a way to set the backcolor of a label and combo box ...of different controls to a sepcific color?