JohnOne Posted June 23, 2011 Posted June 23, 2011 #include <A bit more information about what you want> AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ExoCore Posted June 23, 2011 Author Posted June 23, 2011 #include <A bit more information about what you want>Kind of like <ImageConstants> I guess?
SkellySoul Posted June 23, 2011 Posted June 23, 2011 #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
monoscout999 Posted June 23, 2011 Posted June 23, 2011 (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 June 23, 2011 by monoscout999
Zedna Posted June 23, 2011 Posted June 23, 2011 What is the #include to insert an image?Look at FileInstall() and/or my Resources UDF (link in my signature). Resources UDF ResourcesEx UDF AutoIt Forum Search
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