PatW 18 Posted September 12, 2018 (edited) Hello, I did many approches to set the text-colour of a static text but nothing happens. How is it done? VWStaticTextCtrl* statusTxContrl = GetStaticTextCtrlByID(klbCurrState); ... // color.SetColor(color.GetRed() ); color.SetColor(10, 5, 0, 100); ... //color.SetBackgroundColor(); //color.SetFrontColor(); statusTxContrl->SetControlText (statusString); statusTxContrl->SetColor(color, false); Edited September 12, 2018 by PatW Quote Share this post Link to post