home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / activex / demos / oletrial / readme.txt < prev    next >
Encoding:
Text File  |  1996-06-19  |  3.6 KB  |  98 lines

  1. =============== Release Notes for MicroHelp OLETools 5.0 ===============
  2.  
  3.               Original commercial release: November 1995
  4.                       Last Update: June 1996
  5.  
  6. Helpful Optimization Hint:  Using VBXs instead of OCXs
  7. -------------------------------------------------------------------------
  8. If you own both OLETools and VBTools you might want to consider using the
  9. VBX versions of the controls in VB 4.0 16-bit programs.  You will get much
  10. better performance from the 16-bit VBX controls then you will get from the
  11. 16-bit OCXs.
  12.  
  13. VB3 to VB4-16 or VB4-32 / VB4-16 to VB4-32 Conversion Note:
  14. -----------------------------------------------------------
  15. If you are converting an application that uses the MHWave VBX
  16. control, the embedded wave files do not automatically convert forward to
  17. VB4 16-bit or VB4 32-bit.  The workaround is to reload the wave files into
  18. the converted control.
  19.  
  20. If you convert a project which contains a MicroHelp VBtools Combo VBX, the VB 
  21. conversion utility will generate an error log because it is unable convert 
  22. the property, Prop98. The log file generated is of no consequence and will 
  23. not affect the functionality of the OCX. To avoid the generation of the error 
  24. log file, remove the line 'Prop98 = ""' from the form file containing the 
  25. Combo VBX prior to converting the project.
  26.  
  27. Foreign Language Support (German / French / Italian / Japanese)
  28. ------------------------------------------
  29. This version of OLETools supports English, German, French, Italian and
  30. Japanese automatically.  Set your regional settings to one of those languages
  31. and all error messages will be in that language.
  32.  
  33. ========================================================================
  34. Do not write anything in your manual (including the serial number) until
  35. you are sure you will be keeping the product. If you write in the manual
  36. and then return it, you will be charged a 20% restocking fee.
  37. ========================================================================
  38.  
  39.  
  40. Files to Distribute with Any Application Which Uses OLETools Controls
  41. ======================================================================
  42.  
  43. 32-bit applications require the following:
  44. - OCX file(s) used
  45. - MHRUN32.DLL
  46. - MHLOCALE.DLL
  47. - MFC40.DLL
  48. - MSVCRT40.DLL
  49.  
  50. 16-bit applications require the following:
  51. - OCX file(s) used
  52. - MHRUN16.DLL
  53. - MHLOCA16.DLL
  54. - OC25.DLL
  55. - OLE2.DLL
  56. - OLE2CONV.DLL
  57. - OLE2DISP.DLL
  58. - OLE2NLS.DLL
  59. - OLE2PROX.DLL
  60.  
  61.  
  62. MHMASK.INI
  63. ==========
  64. MhMask.ini is copied into the \oletools directory.
  65.  
  66. MHCommon - BITMAPS
  67. ========
  68.   The manual refers to bitmap files in the directory MHCommon.  It
  69.   has been renamed, the bitmaps are located in Samples\VB\Bitmaps.
  70.  
  71. Manual Errata
  72. =============
  73.  
  74. Contacting MicroHelp Section
  75. - The Internet e-mail address is: tech@microhelp.com
  76. - The address for our World Wide Web page is: http://www.microhelp.com
  77. - Our ftp site can be accessed for file downloads at: ftp.microhelp.com
  78.  
  79. Mh3dButton
  80. - The sample bitmaps are in the SAMPLES\VB\BITMAPS directory not the MHCOMMON project.
  81.  
  82. MhFileDisplay
  83. - The LoadComplete and LoadStart Events are repeated in the Events table.
  84. - The BootomLineNumber property should read:
  85.   (Specifies the line number of the last line within the file that is displayed in the control.)
  86.  
  87. MhTimeInput Control
  88. - The CaretOn property should be the CaretVisible property.
  89. - The CaretVAlign property is shown twice.
  90. - The CaretWidth property is missing.
  91.   (Specifies the width of the Caret.)
  92. - The TimeZone property is extraneous.
  93.  
  94. MhTip
  95. - The NoPrefix property is missing.
  96.   (Indicates whether the & can be displayed in the control's caption without using &&.)
  97.  
  98.