PDA

View Full Version : How can I change the text color and size in install script?



User_2009
08-26-2009, 02:53 AM
How can I change the text color and size in install script [install shield project]? I want to change message[szMsg] color and size in the welcome dialog box[SdWelcome]. Message is a warning message to grab the user attention so I am willing to to red and bold ?

J_anitha
09-07-2009, 03:53 AM
To change the size of one particular text , you will have to write a custom dialog for your Welcome screen. You can use GetFont() and CtrlSetFont() functions for this.

For changing the color, as per my understanding, you will have to create your own skin for the dialog!
You can get more on this, if you search for skin customization.

If it's to grab user's attention, you can make this text bold, and a bit larger than the rest of the text on the dialog..

cheers!
anitha