Taskbar Timer
Keywords: Taskbar Timer
Question:
Is it possible to create a "timer" script that will run in the taskbar where the countdown itself will appear in the taskbar, thereby saving desktop space? Thanks.Answer:
countdowntime=10 For xx=countdowntime to 1 by -1 BoxTitle("%xx% secs to go") TimeDelay(1) next Message("All","Doned")
Article ID: W14410Filename: Taskbar Timer.txt