Jump to content

Recommended Posts

Posted

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

GUICreate("", 500, 500)
GUICtrlCreatePic(@ScriptDir & "\123.jpg" , 0, 0, 500, 500)
GUISetState(@SW_SHOW)

While 1
    $Msg = GUIGetMsg()
    Switch $Msg
        Case $GUI_EVENT_CLOSE
            Exit
    EndSwitch
WEnd

Is this what you were looking for...if so be sure to look at the help file before posting and it will show you how to do lots :huh2:

Posted (edited)

insted of write what you think, write what you want... and i recomend read the help file from the beggining, it explain what is #include and what for

Edited by monoscout999

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
×
×
  • Create New...