Been using Autoit for some time and used pictures as buttons, buttons as buttons with text but id like to have a button with a background picture with text. Can someone confirm this cant be done still or example small code. $LoadIsoPickedNo = GUICtrlCreateButton("Pick another", $AdjustW - (180 * $MultiW), $AdjustH - 35, (95 * $MultiW), 27, $BS_BITMAP) GUICtrlSetImage($LoadIsoPickedNo, @WorkingDir & "\button.bmp") with the above i dont see the text Pick another spent several hours looking