by Ralnautikuus (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Just a basic timer. read and write to an ini file for configuration instead of using API calls (see MYINI.bas) the user can configure the settings to play wave files for stoping and starting. I will release further updates in the future (possibly, setting it to configure to use any named wav file for starting and stopping)
Inputs
just text. type the amount of hours, minutes and seconds to countdown and click start. the program will increment standard amounts of minutes and seconds (in other words if 1 minute and 90 seconds are input, the computer will not increment the 1 minute until the seconds reaches 0)
Assumes
the executable, ini file and wav files must all be in the same folder for the program to use them correctly
Code Returns
plays two wave file named TimerStart.wav and TimerStop.wav
will set configuration settings to file Timer.ini
Side Effects
if the ini file is not present, i don't know what will happen. if the wav files are not present or not named correctly, then no sounds will be played.
API Declarationssee compcontrol.ocx
Download Count Down Timer (50 KB)