Hi all, I have a problem with button text color, basically I only want to set button image to some image and then set the text color to red, but what i got is this, please see the picture: And this is the code i use: Local $Button1 = GUICtrlCreateButton("This fine when color is black", 8, 144, 235, 28);, 8, 144, 235, 25) Local $Button2 = GUICtrlCreateButton("But not when color is red", 8, 175, 235, 28);, 8, 144, 235, 25) GUICtrlSetColor($Button2, 0xff0000) Local $hImagebtn2 = _GUIImageL