Daveychan Posted February 2, 2007 Posted February 2, 2007 (edited) Hi, first time here.. having some nice success with my first program. But when i convert to an .exe file, i lose all my GUICtrlCreatePic(xxx.bmp) files. The GUI just isn't as pretty without them! If i put the graphics files in a directory that the exe can point to, they do become visible, but i don't want to actually include a directory full of graphics with my exe, so how can i embed the graphics into the exe file? Please and thanks! Daveychan Edited February 2, 2007 by Daveychan
BrettF Posted February 2, 2007 Posted February 2, 2007 FileInstall is now your friend... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Daveychan Posted February 2, 2007 Author Posted February 2, 2007 FileInstall is now your friend... Thanks so much for the fast reply...So i'm going to have to add a line that actually removes the files that get copied so they don't remain when i run the exe?Seems strange i can't just embed the files, is there any other way?Thank you so very much for your help!
BrettF Posted February 2, 2007 Posted February 2, 2007 Func OnAutoItStart ( ) FileInstall EndFunc Func OnAutoItExit ( ) FileDelete Or dir delete. EndFunc Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
BrettF Posted February 2, 2007 Posted February 2, 2007 Glad to be of Assistance.... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
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