home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / nag_nag / nag.txt < prev   
Text File  |  1991-12-05  |  4KB  |  85 lines

  1. THE NAG!
  2. ========
  3.  
  4. "Nag" is exactly what it says it is, and nothing more.  It will, at
  5. any user-specified interval up to 999 minutes, pop up and remind you
  6. to save your work.  It will *not* save your work for you, however.
  7. Nag will only snap you out of your creative trance; it's up to you to
  8. decide what's worth saving.
  9.  
  10. Requirements
  11. ------------
  12. 1. Absentmindedness.
  13. 2. Microsoft Windows 3.0.
  14. 3. VBRUNXXX.DLL.  Nag was written in Visual Basic, and thus requires
  15. the dynamic-link library file VBRUN100.DLL (or better) to run.  The
  16. DLL should be located somewhere on your DOS path--preferably in your
  17. Windows or Windows/System directory.  Being a "Thunderform" also means
  18. The Nag will only run in Windows' Standard or Enhanced modes.
  19.  
  20. All there is to it
  21. ------------------
  22. Nag will first appear in its full form.  The form allows you to change
  23. the interval between pop-up reminders, to set the beep on or off, and
  24. to save your settings.  The settings can be changed any time by
  25. clicking on the Nag icon and restoring the form.  Changes are saved
  26. and subsequently updated in your Win.ini file.  If you're so inclined,
  27. you can also change settings "manually" by editing the PopMinutes and
  28. Beepon numbers in the [TheNag] section of your Win.ini file (1 turns the
  29. beep on, 0 turns it off).  Note: the section won't be created until
  30. you click the "Save Settings" button on the main form (or reposition
  31. the pop-up box; see below).  If you never click the Save button, the
  32. settings will remain at the default 30-minute pop-up interval with no
  33. beeps.
  34.  
  35. The main form is minimized when you click the "...nag my day" button.
  36.  
  37. The first pop-up may occur before the first elapsed interval.  The
  38. reason: the clock is set to start when Nag is first called up.  This
  39. allows Nag to start ticking immediately if Nag is loaded to start with
  40. Windows.  The Nag's timer will reset itself and tick a full interval 
  41. each time you brush its pop-up box away with the "OK, OK..." button.
  42.  
  43. If you do want Nag to load on startup, just add Nag.exe to the Load=
  44. line near the top of your Win.ini file.  If you have Nag in your
  45. main Windows directory, be sure to add its path to the Load line as
  46. well.
  47.  
  48. You can move the the Nag pop-up box to any position on your
  49. screen.  Just grab it by its title bar (or, if you're using the
  50. keyboard for such things, key to the Move command in the command box)
  51. and slide it someplace else.  When you click "OK, OK...", Nag will
  52. record its new position in its own Win.ini section and will reappear
  53. in its new position until you move it again.
  54.  
  55. Otherwise
  56. ---------
  57. Though it's not very swift off the mark, The Nag seems to do its job
  58. without any serious problems.  However, if you do find any glitches
  59. or if you have any suggestions, I'd like to hear of them.
  60.  
  61. I'd also like to hear from you if you think The Nag is a worthwhile
  62. little item.  If it does the trick for you, a dollar or so of
  63. encouragement would be much appreciated by this would-be programmer.
  64.  
  65. You can reach me at CompuServe 76207,333
  66.  
  67. or write:
  68.  
  69. Garry Forbes
  70. P.O. Box 60096,
  71. Sunnyvale, CA 94088-0096
  72.  
  73. Disclaimer
  74. ----------
  75. User agrees to use this software at his or her own risk.  No guarantee
  76. or warranty, implied or otherwise, is offered by the author, and user 
  77. acknowledges that the author cannot and will not be held responsible 
  78. for any malfunction, loss or damage that may occur as a result of the 
  79. use or misuse of this product.
  80.  
  81. -------------
  82. THE NAG! V1.0 Dec/91 Copyright (c) 1991 Garry Howard Forbes
  83. Microsoft is a registered trademark, and Windows and Visual Basic are
  84. trademarks, of Microsoft Corporation.
  85.