HOWTO: Renaming an ActiveX Control After its Project Is Created (185695)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q185695 SUMMARY
If you use ControlWizard to generate an MFC ActiveX control, the registered
name of the control is usually the same as its project name. For instance,
if the control's project name is "BABY," then the ActiveX control is named
as "BABY Control" in the Insert ActiveX Control dialog box of any Visual
C++ application.
However, Visual Basic shows the control's module name instead in its
Components dialog box.
This article shows you a way to change the control's registered name and
module name after the control's project has been created.
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | kbCtrl kbhowto kbwizard KB185695 |
---|
|