Jump to content

A simple question


Recommended Posts

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

Link to comment
Share on other sites

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:

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.

Link to comment
Share on other sites

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]
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...