Jump to content

Splash Screen


Recommended Posts

I want to make a Splash Screen with a img but the Example has me a little confused on how it works ?

Now if I have a img that I want to show in the Splash Screen Do I have it in the same folder as the exe or does it need to be in the temp folder or what ?

Can it be loaded from the same folder or does it get embedded in the exe ?

Example

$destination = @TempDir & "\mySplash.bmp"
FileInstall("C:\foo.bmp", $destination) ;source must be literal string

SplashImageOn("Splash Screen", $destination)
Sleep(3000)
SplashOff()
Link to comment
Share on other sites

Hi,

As far as i know the image is embedded into the exe after compiling.

:ph34r:

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
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...