home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / desqview / dvcalndr.zip / DVCAL.TXT < prev   
Text File  |  1993-08-18  |  1KB  |  65 lines

  1.  
  2. NOTES ON DVCAL.COM
  3. Version 1.0
  4.  
  5. This is a calendar utility designed for DOS use, especially with DESQview.
  6. It is DV aware and uses DESQview's screen buffer.  It uses int 16h, function
  7. 00h to wait for a key and DOES NOT use a polling loop.
  8.  
  9. You may page-up or page-down through the months and years.      
  10. Range: 1900 - 2021.
  11.  
  12. ESC ends program
  13.  
  14. I placed it in the upper left hand corner so that it can be put in a
  15. small DESQview box and then placed in any position on the screen.
  16.  
  17. Selected DV parameters:
  18.  
  19. Memory: 64k (or less)
  20. Writes directly to the screen: Y
  21. Uses its own colors: Y
  22. Runs in background: N
  23. Close on exit: [blank]
  24. Allow close-window command: N  
  25. Starting height: 13      
  26. Starting width: 31
  27. Initial mode: 3
  28. Displays graphic information: N
  29. Virtualize text/graphics: T 
  30.  
  31.  
  32. THIS PROGRAM IS FREE.  I have no intention of ever upgrading this
  33. program in any regard.  I have included the source code for general
  34. information and knowledge.  Sorry, but the code is not as heavily
  35. notated as I usually like it.       
  36.  
  37. ALL RIGHTS RESERVED.  You may use this program as you wish and pass it
  38. along to anyone as long as the code is not modified in any way.  I did not
  39. copy this code from any other source.  It is completely of my own
  40. design.  Any similarity to other calendar codes is strictly coincidental.    
  41.  
  42. Your comments are welcome.
  43.  
  44. Miles Pawski   CIS: 70473,527
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.