Jump to content

Recommended Posts

Posted

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]

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
  • Recently Browsing   0 members

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