Ysengrim Posted November 29, 2007 Posted November 29, 2007 I've made a background gif file for my script $Background = GUICtrlCreatePic("Background.jpg",0,0,620,380) GUICtrlSetState(-1,$GUI_DISABLE) Is there a way to "include" the file in the exe-file like you include other scripts so you only need 1 exe file ? thanks Ysengrim
The Ape Posted November 29, 2007 Posted November 29, 2007 I've made a background gif file for my script $Background = GUICtrlCreatePic("Background.jpg",0,0,620,380) GUICtrlSetState(-1,$GUI_DISABLE) Is there a way to "include" the file in the exe-file like you include other scripts so you only need 1 exe file ? thanks Ysengrim Help file... FileInstall Include and install a file with the compiled script. FileInstall ( "source", "dest" [, flag] ) FixJaw.comTriad-Art.com
Zedna Posted November 29, 2007 Posted November 29, 2007 (edited) Or my resource UDF But there is implemented support only for BMP images for now. Edited November 29, 2007 by Zedna 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