02-08-2007 04:57 AM
02-08-2007 05:04 AM
You can change the colour of text in a Text Message control by using code along the following lines:
SetCtrlAttribute (panel_handle, PANEL_TEXT, ATTR_TEXT_COLOR, VAL_RED);
(Use ATTR_TEXT_BGCOLOR to change the colour of the background.) There is a choice of standard colours, or you can make your own if you prefer. There is no text associated with the Decoration controls.
JR