Jump to content

GIF from resource Wrapper


 Share

Recommended Posts

You right, i lost this one.

There is solution:

#AutoIt3Wrapper_Res_File_Add=1.gif, rt_rcdata, G2

#include "resources.au3"
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include "GIFAnimation.au3"

$hGui = GUICreate("GIF Animation", 411, 211, -1, -1)
if not @Compiled then $hGIF = _GUICtrlCreateGIF(@ScriptDir & "\1.gif", "", 61, 10)
$hGIF = _GUICtrlCreateGIF(@ScriptFullPath, "10;G2", 61, 10)

GUISetState()

do
until GUIGetMsg() = -3

 

Link to comment
Share on other sites

  • Developers

You will be able to do that ones you are "upgraded" to the next group, but "new members" can't yet.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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