home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / mswindws / digiclok.arc / DIGICLOK.DOC next >
Text File  |  1987-04-29  |  3KB  |  55 lines

  1.  
  2. DigiClok -- Microsoft Windows Digital Clock -- Version 2.00  04/29/87
  3.             Copyright (c) 1987 -- Kim Levitt
  4.  
  5.     This little program is something I thought of the first time
  6. I saw the Windows clock running as an icon. I have trouble with analog,
  7. frankly (what time is it when Mickey's little hand is on...) and besides,
  8. it's hard to read those itty bitty hands... Anyway, as you can guess from
  9. the title, this program displays a "digital clock" as an icon.
  10.  
  11.     DigiClok is based on the "FreeMem" program by Charles Petzold.
  12. It is similar in that it doesn't use a resource file and it uses a timer
  13. interrupt. I added a couple of features, however, that are not in the
  14. original FreeMem but were mentioned in the article in Microsoft Systems
  15. Journal that described FreeMem. It shows the icon on the far right hand
  16. side of the icon area, and the icon will "refuse" to open as a window.
  17. To close the icon, select it (click on it with the mouse or Alt-Tab until
  18. it's highlighted) and press Alt-Spacebar and then Alt-C (and release).
  19.  
  20.     DigiClok uses about 10k of memory and requires the "HELVA.FON" font
  21. for CGA systems or the "HELVC.FON" font for EGA systems. (Both of these
  22. are standard fonts distributed with Windows.) The font(s) should be loaded on
  23. the system in order for DigiClok to work correctly. It demonstrates how to use
  24. an alternate font. I tried several different ones, and finally settled on this
  25. variable width "swiss family" font (swear to God). The font is sized according
  26. to the system metrics information so it looks pretty good on both EGA and
  27. better systems as well as on CGA systems. I also elected to use a non-military
  28. time format (AM/PM), but it could be easily modified to use a military clock
  29. by just removing some source code and recompiling it. The Microsoft Windows
  30. Software Development Kit (v 1.03-up) and Microsoft C Compiler (v 4.00-up) is
  31. required to compile it.
  32.  
  33.     This program may be distributed without charge provided no fee
  34. is charged for it and the program along with this doc file and the source
  35. code is distributed along with it. (Preferably in the .ARC file in which
  36. it was released.) Anyone desiring to use DigiClok or any of it's code
  37. for a commercial product should make arrangements with the author first.
  38.  
  39.     If you find DigiClok or the source code tricks it uses useful and
  40. would like to make a donation to me to encourage future "shareware" for
  41. Microsoft Windows, please send a check or money order made payable to
  42. "Micro Bulletin Board Systems" and send it to:
  43.  
  44.         Micro Bulletin Board Systems
  45.         8033 Sunset Blvd, Suite 975
  46.         Los Angeles, CA   90046
  47.  
  48.     Thank you very much. Hope you enjoy DigiClok.
  49.  
  50.                     -- Kim Levitt (aka Windex Kid)
  51.                            GEnie address: KIM-LEVITT
  52.                        MBBS HQ PDSE  (213) 653-6398
  53.                        (300/1200/2400 baud, 24 hrs)
  54.                        04/29/87
  55.