ExoCore 0 Posted June 23, 2011 What is the #include to insert an image? Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
ExoCore 0 Posted June 23, 2011 #include <A bit more information about what you want>Kind of like <ImageConstants> I guess? Share this post Link to post Share on other sites
SkellySoul 3 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 Share this post Link to post Share on other sites
monoscout999 10 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 Share this post Link to post Share on other sites
Zedna 280 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 Share this post Link to post Share on other sites