HOWTO: Register Add-ins for Visual Basic 5.0Last reviewed: March 17, 1997Article ID: Q161287 |
The information in this article applies to:
SUMMARYAdd-ins created using Microsoft Visual Basic 4.0 will not appear in the list of available add-ins when using Microsoft Visual Basic 5.0. This behavior occurs when the add-in is installed after Microsoft Visual Basic version 5.0 has been installed on the system. NOTE: Microsoft Visual Basic version 5.0 only supports 32-bit add-ins.
MORE INFORMATIONMicrosoft Visual Basic version 5.0 has moved the available add-in registration from VB.INI to a new file, VBADDIN.INI. This new file is used exclusively for Visual Basic add-ins. However, add-ins written with Microsoft Visual Basic 4.0 are usually written to register themselves automatically into the VB.INI file. Therefore, Add-in Manager for Microsoft Visual Basic version 5.0 will be unable to determine how to launch such an add-in. NOTE: It is recommended that add-ins written for Microsoft Visual Basic 4.0 be updated to register automatically into the VBADDIN.INI file instead of the VB.INI file. Follow these steps to register add-ins written with Microsoft Visual Basic 4.0 for use with Microsoft Visual Basic version 5.0:
REFERENCESMicrosoft Visual Basic 4.0 Programmer's Guide "Installing Add-Ins", pages 105-106 Microsoft Visual Basic 5.0 online Help Microsoft Visual Basic 5.0 Books Online
|
Additional query words: invisible
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |