Jump to content

GUICtrlCreatePic


Recommended Posts

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]

Link to comment
Share on other sites

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 by HardHackz

[center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...