Skorn Posted April 18, 2012 Posted April 18, 2012 Hi all, Trying to embed an image to my .exe so I can include it in my GUI. I don't mind using fileinstall to accomplish this even though it needs to copy the file to a temp folder at runtime so it can be accessed but it's just not working for me. FileInstall("image.jpg", "%temp%\image.jpg") Then I reference it: GuiCtrlCreatePic("%temp%\image.jpg",$gx,$gy,$bx,$by) The file never gets copied to %temp%. Can anyone assist with getting this to work? Thanks
Skorn Posted April 18, 2012 Author Posted April 18, 2012 that worked thanks!! Hi all, Trying to embed an image to my .exe so I can include it in my GUI. I don't mind using fileinstall to accomplish this even though it needs to copy the file to a temp folder at runtime so it can be accessed but it's just not working for me. FileInstall("image.jpg", "%temp%image.jpg") Then I reference it: GuiCtrlCreatePic("%temp%image.jpg",$gx,$gy,$bx,$by) The file never gets copied to %temp%. Can anyone assist with getting this to work? Thanks
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