Hey scripters. Ive got this code. and as you can see all my label text is red with the func GUICtrlSetColor($label1, 0xFF0000) easy easy. But how do i make the text in my radio become red also? GUICtrlSetColor($radio1, 0xFF0000) neither do GUICtrlSetFont($radio1, 0xFF0000) anyone know how to solve this problem? #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ##