saraconor 0 Posted August 7, 2019 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 Share this post Link to post Share on other sites
saraconor 0 Posted August 7, 2019 ps. how to edit post? i could find. Share this post Link to post Share on other sites
Jos 2,174 Posted August 7, 2019 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. Share this post Link to post Share on other sites