Jump to content

jpg?


 Share

Recommended Posts

  • Moderators

You could make gui the size of the picture... but you couldn't open any picture without sometime of application to open it up.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Is it me, or do the questions get more cryptic by the day? I am glad you guys understand what was being asked!

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

u could use splashimageon

Thanx thatsgreat for the heads up using splashimageon.

@jaja - did this work ok for you? I got the default example from the helpfile to open the jpg without a border using the following code.

$destination = @Systemdir & "\oobe\images\mslogo.jpg"

SplashImageOn("Splash Screen",$destination,250,50,-1,-1,1)
Sleep(3000)
SplashOff()
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...