Hey guys, I'm having a problem making radio buttons transparent. I've read the help file and tried many different things I saw on the forums, but the best I can do is make the background of the button black instead. I think the problem lies in the fact that I have a background image in the GUI. #Region Main GUI $GUI_Main = GUICreate("Search Engine", 610, 430, 300, 200,$WS_GROUP) $Picture = GUICtrlCreatePic(@ScriptDir & "\back.jpg",0,0,600,400,$WS_GROUP,$WS_EX_LAYERED) GUICtrlSetState(-1,