HOWTO: Give Your ActiveX Component a Friendly NameLast reviewed: October 24, 1997Article ID: Q175600 |
The information in this article applies to:
SUMMARYWhen attempting to place an ActiveX Document or ActiveX Control created in Microsoft Visual Basic 5 into another application (such as Microsoft Office Binder or another Visual Basic 5 project), the object name will be displayed as:
<ActiveX Project Name>.<Document Name> -or- <ActiveX Project Name>.<Class Name>or as:
Project1.UserDocument1 -or- Project1.UserControl1This article demonstrates how to give your ActiveX Object a friendly name, such as "My ActiveX Control."
MORE INFORMATIONIn order to give your ActiveX Document or ActiveX Control a friendly name, you must modify the Description property of your class. The example below describes how to modify the Description property for ActiveX Documents or ActiveX Controls.
Step-by-Step Example
Keywords : vb5all vb5howto Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |