JonathanChan Posted August 13, 2005 Share Posted August 13, 2005 Can GUICtrlCreatePic's image be compiled into an autoit script? I'm trying to make a 1 file-do-all program... Thanks, Jonathan Chan Link to comment Share on other sites More sharing options...
quaizywabbit Posted August 13, 2005 Share Posted August 13, 2005 Yes, I believe you have to use FileInstall() to have it included into the exe [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
w0uter Posted August 13, 2005 Share Posted August 13, 2005 or you could make an self-extracting archive. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
LxP Posted August 14, 2005 Share Posted August 14, 2005 fileInstall("myPic.bmp", @tempDir & "\myPic.bmp") guiCtrlCreatePic(@tempDir & "\myPic.bmp", 12, 12) fileDelete(@tempDir & "\myPic.bmp") Link to comment Share on other sites More sharing options...
JonathanChan Posted August 14, 2005 Author Share Posted August 14, 2005 fileInstall("myPic.bmp", @tempDir & "\myPic.bmp") guiCtrlCreatePic(@tempDir & "\myPic.bmp", 12, 12) fileDelete(@tempDir & "\myPic.bmp")<{POST_SNAPBACK}>thx... exactly what i ended up doing... Link to comment Share on other sites More sharing options...
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