Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

XTimer - Timer and Stopwatch Utility with Source Code

0.00/5 (No votes)
20 Aug 2007 1  
XTimer provides countdown timer and stopwatch features in a compact MFC dialog app.

Introduction

XTimer is a useful tool for measuring time durations - for example, if you want to measure how long it takes for a program to run. XTimer offers these features:

  • Countdown timer - counts down (like a microwave oven timer) from some HH:MM:SS value to zero.
  • Stopwatch - continuously counts up until stopped.
  • Play a wav file - when the countdown timer expires, XTimer will optionally play a wav file.
  • Compact size - takes very little space on the desktop.
  • Play once/Play until stopped - play the sound only once, or play it continuously (every 30 seconds) until the Stop button is clicked.

XTimer User Interface

Main Window

screenshot

There are three buttons on the main window: Start, which starts the timer/stopwatch and then changes to Stop; Reset, which sets the timer back to the zero position; and More, which displays the context menu (the context menu is also displayed by right-clicking on the window).

Context Menu

screenshot

The context menu allows you to choose the XTimer mode - stopwatch or countdown timer. When you change mode, the XTimer caption changes to reflect the mode you have set. You can also access the Timer Options Dialog.

The Quick Timer sub-menu allows you to choose a time for the countdown timer, and will also automatically start the timer.

Timer Options Dialog

screenshot

The Timer Options Dialog allows you to set the countdown time and the wav file to be played when the timer expires. If the Play Countdown Timer Sound is checked but no wav file is selected, XTimer will play its default sound. To completely disable all sounds, uncheck Play Countdown Timer Sound.

You can choose to play the sound only once, or play it continuously (every 30 seconds) until the Stop button is clicked. If the Play until stopped option is selected, the caption will change to XTimer [TIMER+].

Using XTimer

XTimer.exe is self-contained and needs no other files (besides the standard MFC and system DLLs). After selecting the mode (and for the timer, the countdown time and sound options), click Start. The stopwatch/timer will begin running, and the Start button will change to Stop. If you click on the Stop button, it will change back to Start and the timer will stop running. The display will hold the last value displayed and will continue from the last value if you click on the Start button.

XTimer saves its settings to the registry in HKEY_CURRENT_USER\Software\CodeProject\XTimer.

Acknowledgments

Revision History

Version 1.3 - 2007 August 11

  • Save program options in registry
  • Left double-click on time display opens options dialog
  • Added Quick Timer sub-menu
  • Added VS2005 project

Version 1.2 - 2003 June 16

  • Fixed display bug reported by Pit M.

Version 1.1 - 2003 June 14

  • Added "Play once, Play until stopped" option

Version 1.0 - 2003 June 1

  • Initial public release

Usage

This software is released into the public domain. You are free to use it in any way you like, except that you may not sell this source code. If you modify it or extend it, please to consider posting new code here for everyone to share. This software is provided "as is" with no expressed or implied warranty. I accept no liability for any damage or loss of business that this software may cause.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here