Hi! I Just trying... My first attempt here:
#include <guiconstants.au3>
GUICreate ("Show Gif",200,150)
_guictrlcreategif ("http://www.autoitscript.com/forum/style_emoticons/autoit/idea.gif",10,10,22,26)
GUISetState ()
While 1
$msg=GUIGetMsg ()
if $msg=$GUI_EVENT_CLOSE Then ExitLoop
WEnd
GUIDelete ()
filedelete (@tempdir&"\gifload")
Exit
Func _GUICtrlCreateGif ($s_path,$n_left,$n_top,$n_width,$n_height,$o_Gif=-1)
If $o_Gif=-1 Then $o_Gif=ObjCreate ("Shell.Explorer.2")
If I