I would like to have a count down that have days, hours, minutes and seconds.
I have labels,
lbldays as Days
lblhours as Hours
lblminutes as Minutes
lblseconds as Seconds
I want to countdown to 1 January 2009, 0000, and it will counting seconds by seconds. When it reach the date set, it will beep non-stop.
If the date is already passed, it will show error message.
Any ideas, thanks in advanced.