Sorry to bother you again I have this countdown script which i want to trigger n action in an exact time. for example 2 hours before new year to pop up a png image with a message. How to make to be only in tray and pop up a balloon with how many time is left for New Year. Thank you in advance #include #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("AForm1", 122, 42, 438, 156) $Label1 = GUICtrlCreateLabel("15:00", 8, 8, 43, 17) GUISetState(@SW_SHOW) #EndRegion ###