home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / 5pak20 / readme.txt < prev    next >
Text File  |  1995-01-09  |  6KB  |  135 lines

  1. SNDDEX.VBX - Soundex search word matching Custom Control Version 3.0
  2.  
  3. =============================================================================
  4. DESCRIPTION:
  5.  
  6. SNDDEX.VBX is a custom control for doing soundex. "sounds like" word
  7. matching. Two versions are provided. The standard soundex matching, and
  8. an enhanced soundex matching version. See the on-line help file for a 
  9. full description of SNDDEX.VBX's operation and how "sounds like" 
  10. searching works. 
  11.  
  12. Soundex sounds like searching is especially applicable to data base 
  13. applications where soundex is typically used to search for names when
  14. the names might be mispelled. A list of possible matches is usually
  15. presented allowing the data entry person to select to most probable.
  16.  
  17. =============================================================================
  18. OTHER PRODUCTS:
  19. =============================================================================
  20. Weimar Software's WSIHLP sells for $75. 
  21. The WSIHLP help control collection contains NINE VBXs as follows:
  22.   BALLOON.VBX provides balloon help popup windows for all form controls.
  23.   CLACKER.VBX provides the hooks for dynamic menu help using a status bar.
  24.   NUMWIN.VBX enumerates and returns hWnds for all windows and controls.
  25.   MNBLUN.VBX provides balloon help for each menu item as it is selected.
  26.   RTMOUSE.VBX provides ballon help when the right mouse button is clicked.
  27.   SHADBX.VBX provides a popup shadowed text message, like windows help does.
  28.   SNDDEX.VBX Soundex and enhanced Soundex word matching and searching.
  29.   STMOUSE.VBX provides a status line help for each control on a form.
  30.   WSHELP.VBX contains all of the functionality of these three controls, 
  31.             balloon.vbx, stmouse.vbx and rtmouse.vbx plus a unique 
  32.             capability in DTBALLOON section to provide timer activated
  33.             balloon help. 
  34. A great value for the money. See file WSIHLP.ZIP in CIS MSBASIC lib 5.
  35. Register WSIHLP in Compuserve's SWREG forum, ID #2146.
  36.  
  37. =============================================================================
  38. Weimar Software's WSHELP sells for $45. 
  39. The WSHELP help control collection contains FOUR VBXs as follows:
  40.   BALLOON.VBX provides balloon help popup windows for all form controls.
  41.   RTMOUSE.VBX provides ballon help when the right mouse button is clicked.
  42.   STMOUSE.VBX provides a status line help for each control on a form.
  43.   WSHELP.VBX contains all of the functionality of these three controls, 
  44.             balloon.vbx, stmouse.vbx and rtmouse.vbx plus a unique 
  45.             capability in DTBALLOON section to provide timer activated
  46.             balloon help. 
  47.  
  48. A great value for the money. See file WSHELP.ZIP in CIS MSBASIC lib 5.
  49. Register WSHELP in Compuserve's SWREG forum, ID #1428.
  50.  
  51. =============================================================================
  52. Weimar Software's 5PAK20 sells for $45. 
  53. The 5PAK20 help control collection contains FIVE VBXs as follows:
  54.   BALLOON.VBX provides balloon help popup windows for all form controls.
  55.   SHADBX.VBX provides a popup shadowed text message, like windows help does.
  56.   CLACKER.VBX provides the hooks for dynamic menu help using a status bar.
  57.   NUMWIN.VBX enumerates and returns hWnds for all windows and controls.
  58.   SNDDEX.VBX Soundex and enhanced Soundex word matching and searching.
  59.  
  60. A great value for the money. See file 5PAK20.ZIP in CIS MSBASIC lib 5.
  61. Register 5PAK20 in Compuserve's SWREG forum, ID #1220.   
  62.  
  63. =============================================================================
  64. THIS ZIP FILE CONTAINS:
  65.  
  66.     SNDDEX.VBX    VB version of the SNDDEX custom control
  67.     SNDDEX.HLP    SNDDEX documentation
  68.     SAMPLE.ZIP     Sample VB program showing how to use SNDDEX
  69.     README.TXT     This file
  70.  
  71. =============================================================================
  72. REGISTRATION:
  73.  
  74. You can register this Control by sending your name and either:
  75.  
  76. 1. On-line registration with Compuserve, type GO SWREG and register
  77.     product number 1165. The fee is $18.00. A registered copy will 
  78.     be sent by E-Mail.
  79. 2. Sending $18 (plus tax) and your name and address to the E-Mail address 
  80.     below.
  81. 3. Updates are $3.50 to cover distribution costs.
  82. 4. VISA and MC are accepted. We accept phone orders and E-Mail orders.
  83.     For Visa/MC orders please include exact name on card, postal
  84.     address of the card holder, card number, and expiration date.
  85.  
  86. Please provide us with an E-Mail address where the control can be sent,
  87. alternatively add $3.50 for shipping and a disk will be mailed to you.
  88. Overseas shipping varies with destination.
  89.  
  90. Registering the control will get the registered runtime and a design time 
  91. SPECIAL DEBUGGING VERSION OF THE CONTROL useful in helping you verify the 
  92. operation of your application when using the control. Special debugging 
  93. checks are made on various parameters and at critical locations in debugging 
  94. control to provide you with feedback on proper control and program menu 
  95. operation.
  96.  
  97. =============================================================================
  98. SOURCE CODE
  99.  
  100. Source code to this control is available on a case by case basis. Please 
  101. contact Weimar Software regarding your requirements.  
  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 most recent files are archived on Compuserve in the MSBASIC forum,
  117.     library 5, and on the INTERNET at the ftp site ftp.netcom.com, cd to
  118.     /ftp/pub/bg/bglover. The file which contains all of the controls plus 
  119.     the manual file for all controls is WSIHLP.ZIP.
  120.     
  121. =============================================================================
  122. LICENSE:
  123.  
  124. The SNDDEX control may not be commercially distributed, used for 
  125. applications other than trial use, distributed by government agencies 
  126. or any of its contractors, UNLESS a registration fee is paid by the 
  127. distributing party. A registered control may be distributed with the 
  128. applications that use it at no additional cost.
  129.  
  130. This trial use file may be only distributed in its entirety. This file may 
  131. not be included in CD-ROM distributions, bundled with other files, or 
  132. offered for retail sale without contacting Weimar Software and obtaining 
  133. a license to redistribute SNDDEX.VBX.
  134.  
  135.