home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / MNUWATCH / README.TXT < prev   
Encoding:
Text File  |  1993-11-20  |  4.1 KB  |  112 lines

  1.  
  2.  
  3.                        "MenuWatch" Custom Control 
  4.  
  5.                             Readme.txt File
  6.  
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10.  
  11. INTRODUCTION
  12. ============
  13.  
  14. The "MenuWatch" custom control allows you to easily add a full-featured
  15. menu help status bar to your application.  By placing this custom control 
  16. directly on your main form, you can display help "snippets" in a help status
  17. bar at the bottom of the window as the user highlights menu items.
  18.  
  19. This custom control is very easy to use.  The events it generates in
  20. response to Windows' menu events are intuitive.  Very little effort is
  21. required to integrate with your app.  Shareware.  Not crippled.
  22.  
  23. This control supports MDI windows, The MDI "WindowList" property, and it
  24. does not interfere with the normal activation of menu-related context-
  25. sensitive help (test this by highlighting a menu option in the demo apps.
  26. and pressing F1).  At least one other custom control which allows you to add
  27. a menu help status bar disables the regular context-sensitive help in the 
  28. process.
  29.  
  30.  
  31. THE DEMO PROGRAMS
  32. =================
  33.  
  34. Note: The demo programs require the THREED.VBX control.  If you don't
  35.       have this control, you can use a static text control instead.
  36.  
  37. Demo 1 is an example of a simple program (one which uses no MDI windows,
  38. etc.) which requires a minimum of code to use the "MenuWatch" control.  In
  39. order to reduce the coding required, the menu help snippets themselves
  40. are stored in the "Tag" property of the menu control.  The "Tag" property
  41. of each menu item is assigned a value at design time in the properties 
  42. window.
  43.  
  44. Demo 2 is the same as Demo 1 except that the menu help snippets are stored
  45. in an array which is populated at run-time.
  46.  
  47. Demo 3 is an MDI application which uses the "WindowList" property.  The
  48. menu is *not* altered when an MDI child is opened, since the MDI child
  49. window does not have a menu of its own.  Select the File|New option
  50. to test the MDI windows.
  51.  
  52. Demo 4 is the same as Demo 3 except that the main menu is altered when an
  53. MDI child is opened, since the MDI child window has its own menu.
  54.  
  55.  
  56. UNREGISTERED VERSION
  57. ====================
  58.  
  59. This is an unregistered copy of the "MenuWatch" custom control.  This
  60. ZIP file contains the following:
  61.  
  62.     mnuwatch.vbx    The "MenuWatch" custom control
  63.     mnuwatch.hlp    "MenuWatch" help
  64.     mwdemo.bas    VB module used by demo apps 3 and 4
  65.     mwdemo1.frm    Main form for demo app 1
  66.     mwdemo2.frm    Main form for demo app 2
  67.     mwdemo3.frm    Main form for demo app 3
  68.     mwdemo4.frm    Main form for demo app 4
  69.     mwmdi1.frm    MDI child form for demo app 3
  70.     mwmdi2.frm    MDI child form for demo app 4
  71.     mwdemo1.mak    VB project file for demo app 1
  72.     mwdemo2.mak    VB project file for demo app 2
  73.     mwdemo3.mak    VB project file for demo app 3
  74.     mwdemo4.mak    VB project file for demo app 4
  75.     readme.txt    This file
  76.  
  77. This unregistered copy of "MenuWatch" is for trial use only, you may not
  78. commercially distribute the MNUWATCH.VBX file, distribute it on CD-ROM,
  79. distribute it to government agencies or their contractors, etc.
  80.  
  81. The ZIP file may, however, be distributed in its entirety for trial
  82. purposes.  You must purchase a registered copy of "MenuWatch" in order
  83. to distribute it with your applications.
  84.  
  85.  
  86. REGISTRATION
  87. ============
  88.  
  89. You may register this software via:  (1) The mail ($15, $20 for 
  90. international orders),  or (2) The mail and/or CompuServe e-mail (send $10
  91. and your acct. number and a registered copy will be e-mailed to your acct.),
  92. or (3) The SWREG Forum, Registration ID 1303; $10 will be billed to your
  93. CompuServe account
  94.  
  95. The source code is available for an additional $40.
  96.  
  97. Author information:
  98.  
  99.         Steve Lathrop
  100.               19101 Willow Spring Drive
  101.               Germantown, MD 20874
  102.  
  103.               CompuServe ID:  70540,370
  104.  
  105.  
  106. REGISTERED VERSION
  107. ==================
  108.  
  109. The initial dialog box with registration information does not appear in the
  110. registered version.  Once you register this software, the registered version
  111. will be sent to you via CompuServe e-mail.  Support will be provided via 
  112. CompuServe e-mail sent to the author's mail box (70540,370).