Jump to content

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...