Here an example which you can work with:   #include <GUIConstantsEx.au3> #include <FileConstants.au3> #include <GDIPlus.au3> _GDIPlus_Startup() Global Const $hGUI = GUICreate("GDI+ Test", 800, 600) Global Const $iBtn_Load = GUICtrlCreateButton("Load", 10, 10, 60, 60) Global Const $iInput_Path = GUICtrlCreateInput("", 80, 28, 700, 24) Global Const $iLabel_Text = GUICtrlCreateLabel("Preview 640x480", 10, 85, 100, 12) Global Const $iPic_Preview = GUICtrlCreatePic("", 10, 100, 64