Jump to content

Recommended Posts

Posted

you have to do it like this:

;create LayerGUI
$LogoGUI = GUICreate("Logo", 400, 100, (@DesktopWidth - 400) / 2, 150, $WS_POPUP, $WS_EX_LAYERED, $mainGUI)
$Logo = GUICtrlCreatePic("Logo.gif", 0, 0, 400, 100)

GUISetState()

this works...

Posted (edited)

  erifash said:

You need to make each picture frame-by-frame (each saved in .gif format) then use a program like UnFREEz to put them together in one gif sequence.

Never heard of this method. I always just use a program to make an animated gif. Make each layer and it groups them for me. I use Xara Xtreme not expensive and completely worth it.

Also IrfanView doesnt do a bad job with the transparancy, but it still leaves a little ring around the edge.

Edit: Link Fixed

JS

Edited by JSThePatriot

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Posted
  erifash said:

You need to make each picture frame-by-frame (each saved in .gif format) then use a program like UnFREEz to put them together in one gif sequence.

OR you could use Macromedia Flash... $$ :P

[-"Scriptkiddie, nice to meet you!"-]

Posted (edited)

  jpm said:

See the example 2 in GUICtrlCreatePic in 3.1.1.94.

to have the transparency working you need 2 windows. :P

I have tried to find the help file for 3.1.1.94, but can't. Where should I look?

EDIT: never mind, looks like example in 3.1.1.95 is the same.

Edited by peter1234

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