Jump to content

Recommended Posts

Posted

Hi everybody :party: ,

I have a question :P ,

When you download the demo (http://www.autoitscript.com/forum/index.php?app=downloads&showfile=100), and open the exe file, you will see (a few seconds) a Autoit picture...

How can i make this?

I want for my browser a picture to!

Can someone help me :mellow: ?

Thanks!

Kind Regards,

Thommy

Posted

  On 6/14/2010 at 5:43 PM, 'niubbone said:

SplashImageOn is what you are looking for. Look at it in help file.

Thanks "niubbone"!

It works well!

Kind regards,

Thommy

P.S. You also thanks "somcoputerguy"

Posted (edited)

  On 6/14/2010 at 5:53 PM, 'autoitfreaky said:

It works, but he opens the picture with Microsoft Office Picture Manager and then he opens my Browser...

Can you give me a exemple script to please?

Kind Regards,

Thommy

Hey now I'd love to help you out, but it seems a language barrier has come up between us. I guess I have no idea what you're talking about.

Add:

  On 6/14/2010 at 6:02 PM, 'autoitfreaky said:

Thanks "niubbone"!

It works well!

Kind regards,

Thommy

P.S. You also thanks "somcoputerguy"

I see you've now got this issue resolved. Right on. Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Posted

Tray this:

#Include <WindowsConstants.au3>

Func Picture($Title, $w, $h, $PicFile, $Time)
    GUICreate($Title, $w, $h, -1, -1, $WS_POPUP)
    GUICtrlCreatePic($PicFile, 0, 0, $w, $h)
    GUISetState()
    Sleep($Time)
    GUIDelete()
EndFunc

Example: Picture("Picture example", 650, 650, "C:\Your pic.jpg", 2000) ;2000 ms = 2 sec :mellow:

[font=Helvetica, Arial, sans-serif][background=rgb(252, 252, 250)][/background][/font]

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
  • Recently Browsing   0 members

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