Although Koda shows the Group control colored, but when running the script the label of the group turns into "Black", only changing the label's background is working, is it possible to change the label's color? #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 321, 208, 192, 124) $Group1 = GUICtrlCreateGroup("Group1", 8, 8, 305, 193) GUICtrlSetFont(-1, 10, 800