I'm trying to add icons to my buttons that are located in shell32.dll. in the file Enumicons.au3 (In the GUI examples) it is number 137. So i tried GUICtrlSetImage($button1, "shell32.dll 137") but it didn't work. Can anyone help me? NEVERMIND. FOUND CODE But code doesen't work #include <GUIConstants.au3> ; == GUI generated with Koda == $Form1 = GUICreate("AForm1", 1013, 696, 2, 3) $Group1 = GUICtrlCreateGroup("AGroup1", 0, 32, 1009, 657) GUICtrlCreateGroup("", -99, -99, 1, 1) $Input1