Hello, I found a code by dear UEZ some where for this for PNG. I was wondering if I can get some help to attach an animated GIF file to button control. Thank you. ;coded by UEZ 2012 #include <WindowsConstants.au3> #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GDIPlus.au3> _GDIPlus_Startup() ;~ Global Const $IMAGE_BITMAP = 0 Global Const $STM_SETIMAGE = 0x0172 Global $msg Global Const $hGUI = GUICreate("Test", 600, 250) Global Const $idLogo