HardHackz Posted March 1, 2007 Posted March 1, 2007 GUICreate("GUI #1",500,500) GUISetState(@SW_SHOW) $menu1=GUICtrlCreateMenu("Hello") $menu2=GUICtrlCreateMenu("Hiiii",$menu1) $item1=GUICtrlCreateMenuItem("helllllloo",$menu1) $pic1=GUICtrlCreatePic("\includes\pic.jpg",-1,-1) HotKeySet("{ESC}","_terminate") While 1 Sleep(400000000000000) WEnd Func _terminate() Exit EndFunc The picture won't show up! Help! [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
HardHackz Posted March 1, 2007 Author Posted March 1, 2007 (edited) Oh, I got it, it has to be the full link, is there any way to make it so it doesn't have to be the full link? EDIT: I got that too, the slash at the beginning should be taken away, mods please delete this. Edited March 1, 2007 by HardHackz [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now