-
4 Attachment(s)
Countdown
Here is a program that will allow you to start a countdown from a number of hours and minutes. The window code (marked as old) is based on an old MMF1.5 example by Andos.
It's pretty basic, but useful.
- Countdown from a number of hours and minutes
- Gives the option to shutdown the computer (SD @ End) (with a one minute warning) after the counter is done (you will need to select your own sound)
- Displays how much time is left in the title bar (so, when it's minimized, you will still be able to see how many hours, minutes, and seconds are left)
- Displays the current date, as well as what time it is
- Plays a sound when the timer reaches zero (you will also need to use your own sound)
- Allows the window to always be on top (TOP)
Attached is the source and an exe (in the zip)
-
Re: Countdown
Does the source require any extensions?
-
Re: Countdown
nice, and (your) 100th post ;p
Problem being I have no idea what the checkboxes say,
http://www.helper3000.net/clockbug.jpg
-
Re: Countdown
Yeah, the source does require a few extensions :S I think there are a few un-needed ones included too as I was trying to do a few more things.
I'll update with the list of needed extensions and a fix for the neat's screen in a bit. (but for now the left checkbox is for the window to always be on top, and the right checkbox is to shutdown the computer at the end of the timer)