home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / rt_mouse / readme.txt < prev    next >
Encoding:
Text File  |  1994-01-15  |  5.9 KB  |  127 lines

  1. RTMOUSE - RTMOUSE Help Text Custom Control
  2. =============================================================================
  3.  
  4. The RTMOUSE Control adds a new technique of providing help to the user that 
  5. is not available any other way. This control allows the developer to provide 
  6. the user with a dynamic popup help balloon for all the controls on each form 
  7. in the VB application. The popup help text provided is especially useful to 
  8. new user and is ideal for custom in-house applications where the user may not
  9. have a manual to refer to. 
  10.  
  11. When enabled, the control provides a custom event which defines when the user
  12. moves the mouse cursor over a form's control and clicks the right mouse button.
  13. The VB application then passes a help text string to the RTMOUSE.VBX control 
  14. which then pops up a help balloon in the vicinity of the selected control and 
  15. displays the help text in the popup balloon. If help text for a control is not 
  16. desired, then no return text should be provided by the VB application. The 
  17. popup help balloon is removed when the user releases the right mouse button. 
  18. Releasing the right mouse button terminates the help session.  
  19.  
  20. A separate RTMOUSE Control is placed on each form that will have a right mouse
  21. button popup help session available. A "popup help session" is defined from 
  22. the time the RTMOUSE popup help balloon appears on-screen to the point at 
  23. which the RTMOUSE popup help balloon is removed.
  24.  
  25. =============================================================================
  26. OTHER PRODUCTS:
  27.  
  28. Weimar Software's WSHELP help control collection contains:
  29. BALLOON.VBX provides balloon help popup windows for all form controls.
  30. RTMOUSE.VBX provides ballon help popup when the right mouse button is clicked.
  31. STMOUSE.VBX provides a status line help for each control on a form.
  32. WSHELP.VBX contains all of the functionality of the other three controls
  33. plus a unique capability in DTBALLOON section to provide timer activated
  34. balloon help.
  35.  
  36. A great value for the money. See file WSHELP.ZIP in CIS MSBASIC lib 5.
  37. Register WSHELP in Compuserve's SWREG forum, ID #1428.
  38.  
  39. Upgrades to WSHELP is available for registered users of our 5PAK20 control 
  40. set or for registered users of our BALLOON.VBX control for $30.00. Register 
  41. for the upgrade in the CIS SWREG forum, ID #1434
  42.  
  43. Weimar Software's control set 5PAK20 contains:
  44. BALLOON.VBX provides balloon help popup windows for all form controls.
  45. SHADBX.VBX provides a popup shadowed text message, like windows help does.
  46. CLACKER.VBX provides the hooks for dynamic menu help using a status bar.
  47. NUMWIN.VBX enumerates and returns hWnds for all desktop windows and controls.
  48. SNDDEX.VBX Soundex and enhanced Soundex word matching and searching.
  49. Help files included.
  50.  
  51. A great value for the money. See file 5PAK20.ZIP in CIS MSBASIC lib 5.
  52. Register 5PAK20 in Compuserve's SWREG forum, ID #1220.
  53.  
  54. =============================================================================
  55. This ZIP file contains:
  56.  
  57.     RTMOUSE.VBX     VB version of the RTMOUSE custom control
  58.     RTMOUSE.HLP     RTMOUSE documentation
  59.     SAMPLE.ZIP      Sample VB program showing how to use RTMOUSE
  60.     README.TXT      This file
  61.  
  62. =============================================================================
  63. REGISTRATION
  64.  
  65. You can register this Control by:
  66.  
  67. 1. On-Line registration with Compuserve, type GO SWREG and register
  68.     product number 1432. The fee is $18.00. A registered copy will 
  69.     be sent by E-Mail.
  70. 2. Sending $18 (plus tax) and your name and address to the E-Mail address 
  71.     below.
  72. 3. VISA and MC are accepted. We accept phone orders and E-Mail orders.
  73.  
  74. Please provide us with an E-Mail address where the control can be sent,
  75. alternatively add $3.50 for shipping and a disk will be mailed to you.
  76. Overseas shipping varies with destination.
  77.  
  78. Registering the control will get the registered runtime and a design time 
  79. SPECIAL DEBUGGING VERSION OF THE CONTROL useful in helping you verify the 
  80. operation of your application when using the control. Special debugging 
  81. checks are made on various parameters and at critical locations in debugging 
  82. control to provide you with feedback on proper control and program menu 
  83. operation.
  84.  
  85. =============================================================================
  86. NEW THIS VERSION
  87.     1. Fixed video problem with some drivers.
  88.     2. Fixed design mode break screen update.
  89.     
  90. =============================================================================
  91. SOURCE CODE
  92.  
  93. Source code to this control is available for $45 (plus tax). Source code 
  94. purchase requires the purchase of a registered version of the control as a 
  95. prerequisite. The source code is not redistributable as a product, or
  96. may not be compiled into a standalone product. You may include the source 
  97. code as part of a deliverable "program package" to a client company which
  98. includes additional original software provided by the source code licensee. 
  99.  
  100. Disk or e-mail shipping of source code is $3.50 US, international postal 
  101. shipping varies with the destination. 
  102.  
  103. =============================================================================
  104. HOW TO REACH US
  105.  
  106. If you have any comments or questions, please send them to us. We can be 
  107. reached at
  108.  
  109.     Weimar Software, 
  110.     18515 Annie Lane
  111.     San Jose, CA 95120-1006
  112.     408-268-6638, FAX 408-268-7655. 
  113.  
  114.     Or E-Mail at CIS 71220,2755 and Internet bglover@netcom.com.
  115.  
  116. The RTMOUSE control may not be commercially distributed, used for 
  117. applications other than trial use, distributed by government agencies 
  118. or any of its contractors, UNLESS a registration fee is paid by the 
  119. distributing party. A registered control may be distributed with the 
  120. applications that use it at no additional cost.
  121.  
  122. This trial use file may be only distributed in its entirety. This file may 
  123. not be included in CD-ROM distributions, bundled with other files, or 
  124. offered for retail sale without contacting Weimar Software and obtaining 
  125. a license to redistribute RTMOUSE.VBX.
  126.  
  127.