Here 2 simple countdowns which can be modified for your needs easily. ;coded by UEZ 2011 #include <GUIConstantsEx.au3> Opt('MustDeclareVars', 1) Global $msg Global $hGUI = GUICreate("Simple Countdown by UEZ 2011", 350, 150) Global $label = GUICtrlCreateLabel("", 40, 30, 260, 80) ;~ GUICtrlSetBkColor(-1, 0x808080) GUICtrlSetFont(-1, 50, 400, 0, "Arial", 4) Global $button = GUICtrlCreateButton("Add 60 sec", 275, 120, 70) GUISetState() Global $countdown = 1.2 ;minutes for countdown Glob