Quantcast
Channel: Flexera Community Forums
Viewing all articles
Browse latest Browse all 4553

Change color of text in header of dialogs

$
0
0
I'm using an InstallScript Project with InstallShield 2013 Pro.
Here i have several Dialogs, some default and some custom Dialogs.

Now we would like to change the small banner at the top of the dialogs.
I could change the bitmap in the background with the following in the script:

DialogSetInfo(DLG_INFO_ALTIMAGE, SUPPORTDIR ^ "ImgTop.bmp", TRUE);

Our ImgTop.bmp is very dark, so the default font color of black is not clearly visible.

Question:
How can i Change the color of the text in this header banner?

I could not find an equivalent like DialogSetInfo for the bitmap.

Thank you

Viewing all articles
Browse latest Browse all 4553

Trending Articles