JonathanChan Posted August 13, 2005 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
quaizywabbit Posted August 13, 2005 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
w0uter Posted August 13, 2005 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
LxP Posted August 14, 2005 Posted August 14, 2005 fileInstall("myPic.bmp", @tempDir & "\myPic.bmp") guiCtrlCreatePic(@tempDir & "\myPic.bmp", 12, 12) fileDelete(@tempDir & "\myPic.bmp")
JonathanChan Posted August 14, 2005 Author 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...
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