Hi guys when i run my script the image doesnt show to other people
(C:\Users\User\Desktop\exi.jpg) I know this is the problem but how can i fix this? so that ppl who download my .exe file also can see the image If my coding is wrong please correct it THX.
Code:
#Region ### START Koda GUI section ###
$Form1 = GUICreate("Exivion", 650, 474, 713, 160)
GUISetIcon("C:\Users\User\Desktop\elogo.ico", -1)
GUICtrlSetState(-1, $gui_checked)
GUICtrlSetState(-1, $gui_disable)
$Pic1 = GUICtrlCreatePic("C:\Users\User\Desktop\exi.jpg", 176, 0, 473, 473)
$button1 = GUICtrlCreateButton("Exivion", 0, 0, 179, 473)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###