https://github.com/nhalstead/csharp-timer
Simple Windows C# Timer that allows people to have a countdown timer.
https://github.com/nhalstead/csharp-timer
basic csharp dotnet lgplv3 testing timer timers windows
Last synced: about 2 months ago
JSON representation
Simple Windows C# Timer that allows people to have a countdown timer.
- Host: GitHub
- URL: https://github.com/nhalstead/csharp-timer
- Owner: nhalstead
- License: lgpl-3.0
- Created: 2017-07-26T20:53:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T21:25:42.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T12:27:32.291Z (6 months ago)
- Topics: basic, csharp, dotnet, lgplv3, testing, timer, timers, windows
- Language: C#
- Homepage:
- Size: 16.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicTimer
This is a small Windows C# Timer that allows People to create a timer that can countdown a play a sound notifying the user that the time is up.
Using the "Define Audio" button you can change the music for that session. Otherwise you can click "Default Sounds" and it will reset the file back to the default. If you wish to change it so it will play that file everytime and not just play it when you Define it you can go and delete the file "alarm_sound.wav" and replace it with another "alarm_sound.wav" and the system will play that file.
## Audio Object
The sound comes from a WindowsMediaPlayer Object, so any file that WMP supports it can play. You can play any file type you want by using the "Define Audio" button.
## My Plans
I am planning on making it detect any alarm_sound.(mp3, wav, etc) media types and use them in prority. When I have a chanse I will add it in.