Jump to content

BMP inside exe


MrDelta1
 Share

Recommended Posts

I haven't personally used it, I use FileInstall() >> Temp Dir >> Delete when done method.

You'd need to post specific questions on that topic in that thread, not only to help you, but when it is answered it may help others as well.

can i see a simple example of your FileInstall() >> Temp Dir >> Delete when done method.

the other examples i have seen for the reshacker method look overly complicated for what i am trying to do.

thanks

Link to comment
Share on other sites

Hope this helps...

FileInstall("help.ico", @TempDir&"\help.ico",1)

If FileExists(@TempDir&"\help.ico") Then FileDelete(@TempDir&"\help.ico")

WOW that is so much easier that what i was trying to do.

all i needed was the

FileInstall("help.ico", @TempDir&"\help.ico",1)

thanks for taking the time red

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...