#include #include #include #include #Region ### START Koda GUI section ### Form= $Form2 = GUICreate("Form1", 405, 293, 453, 273) $Pic1 = GUICtrlCreatePic("Untitled.jpg", 24, 24, 252, 156) $Button1 = GUICtrlCreateButton("Button1", 304, 96, 75, 25) $Button2 = GUICtrlCreateButton("Button2", 240, 136, 75, 25) $Button3 = GUICtrlCreateButton("Button3", 88, 136, 75, 25) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd