#include #include #include #include #include #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 598, 420, 192, 124) $Button1 = GUICtrlCreateButton("Button1", 400, 112, 113, 49) $Button2 = GUICtrlCreateButton("Button2", 400, 176, 113, 57) $Input1 = GUICtrlCreateInput("Input1", 32, 8, 521, 21) $Input2 = GUICtrlCreateInput("Input2", 48, 360, 505, 21) $Pic1 = GUICtrlCreatePic("C:\Users\dede\Desktop\test.jpg", 0, 8, 617, 425) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd