I want to left align the Icon on the Button in the bellow example. Here is my code: (!) GUICreate('', 250, 100) GUICtrlCreateButton('Add', 10, 10, 100, 25) GUICtrlSetImage(-1, 'Add.ico') GUISetState() Do Until GUIGetMsg() = -3 Thanks in advance.