02.01.2014, 21:40
This link will help you with dialogs in general...
DIALOG_STYLE_MSGBOX is the style you will want... Use Color Embedding to color parts of your text...
Example of coloring a string...
To color different parts... (This will show "Hello World!")
DIALOG_STYLE_MSGBOX is the style you will want... Use Color Embedding to color parts of your text...
Example of coloring a string...
Quote:
|
White = "Hello World!" Red = "{FF0000}Hello World!" Blue = "{0000FF}Hello World!" |
Quote:
|
Red/Blue = "{FF0000}Hello {0000FF}World!" |
