Jump to content

2nd request


Gif
 Share

Recommended Posts

How can I include a .bmp in my .exe without "carrying" the bmp with the executable.?

What are trying to say? This makes no sense. Are you trying to embed a bmp inside your exe? Look at FileInstall() if thats whats your saying.

Edited by Toady

www.itoady.com

A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding

Link to comment
Share on other sites

without doing a fileinstall()?

...humm well i guess you kinda can't... i supose you could write out manually during the running of the file using a bmp library. I wrote one a while ago that uses native autoit (http://www.autoitscript.com/forum/index.php?showtopic=27362)...but there's probably some facier stuff around now :shocked:

Link to comment
Share on other sites

Sorry for my bad english i am a foreigner, and the answer is yes I want a picture that is vital for my program to be embeded in my executable.

Is there any script for that?

Link to comment
Share on other sites

I use this code to display a banner when one of my scripts starts

$banner = @ScriptDir & "\banners\admin.jpg"

SplashImageOn("Splash Screen", $banner, 800, 600, -1, -1, 1)

Sleep(5000)

SplashOff()

Cheers

Ant

Edited by anixon
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...