home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol11n19.zip / TIME!.DOC < prev    next >
Text File  |  1992-10-15  |  3KB  |  68 lines

  1.  
  2. TIME!.EXE  (Version 1.0)                Copyright (c) 1992 Douglas Boling
  3. -------------------------------------------------------------------------
  4.               First Published in PC Magazine November 10, 1992 (Utilities)
  5. -------------------------------------------------------------------------
  6.  
  7. TIME!:
  8.  
  9.        TIME! is a Windows 3.1 specific utility that lets you set three
  10. individual timers. Set the timers and TIME! will beep your speakers when
  11. each expires.
  12.  
  13. Compiling TIME! source code requires Borland C++ 3.0, or Microsoft C 6.0
  14. and the Windows 3.x SDK (Software Development Kit).
  15.  
  16. USING TIME!
  17.  
  18.      TIME! works the way the cooking timer in your kitchen does.
  19. The program actually contains three independent timers, each with the
  20. ability to be set, started, and stopped.  All share a single display,
  21. however, so only one timer's setting can appear during any given period;
  22. the three buttons immediately below the display let you make your
  23. selection.  Pressing the Timer 1 button, for example, instructs the
  24. program to show time remaining on its first timer.  A black bar above
  25. the button indicates the timer you've chosen.
  26.  
  27.      The three timers can run simultaneously.  The digital display shows
  28. the time remaining until the currently selected timer reaches zero.
  29.  
  30.      The Minute and Second buttons allow you to set the time.  To add a
  31. minute to the currently displayed timer, you simply press the Minute
  32. button.  The Second button works the same way.  The buttons function
  33. only if the timer is stopped.
  34.  
  35.      The Start/Stop button performs its functions on the displayed timer
  36. only.  If the timer is running, the button is labeled Stop; otherwise
  37. it says Start.  A timer can be started and stopped repeatedly.  When
  38. restarted, the count continues from the currently displayed time.
  39. For example, if you halt a timer that is showing 0:59, add one minute,
  40. and reactivate it, counting continues from the new time--1:59. 
  41.  
  42.      A shortcut allows you to quickly set the displayed time with a
  43. minimum of effort.  Clicking the left mouse button on a digit increases
  44. it by one.  Clicking the right button decreases it a unit.  Again,
  45. the timer must be stopped.
  46.  
  47.      After you've set and started one or more timers, you can minimize
  48. the TIME! window. When one of the timers expires, TIME! pops to the
  49. foreground and beeps the speaker.
  50.  
  51.      The look of the TIME! digits can be set to resemble either a liquid
  52. crystal display (LCD) or a light-emitting diode (LED) display. In LCD
  53. mode, TIME! displays the digits as black numbers on a gray background
  54. (like LCD watches). LED mode produces red numbers on a black background.
  55. While LED watches went out of style with Disco, red on black still looks
  56. pretty good. 
  57.  
  58.      Changing the look is simple.  Choose either LED or LCD from the
  59. Display menu.  Finally, to terminate the program, choose Exit.
  60.  
  61.      To install TIME!, copy the files TIME!.EXE and DIGIT.DLL into a
  62. directory located on your path.  As with all Windows programs, TIME!
  63. can be run from the Program Manager using the File, Run menu selection.
  64. To make running the program convenient, you can install the TIME! icon
  65. in the Program Manager using the File New menu selection.
  66. ------------------------------------------------------------------------
  67. Douglas Boling is a Contributing Editor to PC Magazine.
  68.