Hey guys, i was just wondering if anyone could help me add a image on my GUI i made with koda. Thanks
HotKeySet("{ESC}", "Terminate") $begin = TimerInit () #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form=c:\users\kane\desktop\rice.kxf $Start = GUICtrlCreateButton("Start", 264, 80, 75, 25) $Input1 = GUICtrlCreateInput("RakBot - Honor Bot", 240, 0, 121, 24) $Email = GUICtrlCreateButton("Email", 0, 80, 75, 25) $Input2 = GUICtrlCreateInput(" $Close = GUICtrlCreateButton("Close", 264, 136, 75, 25) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ###