Product : Engine, Version : 4 and 3, ArticleID : 41019093

HowTo : Insert a Component in VC++

Article41019093
TypeHowTo
ProductEngine
Version4 and 3
Date Added5/5/2003
Submitted by
Keywords

Subject

Insert a Component in VC++

Summary

Insert a Component in VC++

Solution

Knowledge Base
Insert/Upgrade VectorDraw in VC++

 

You can easily upgrade a VC++ project that is using a VectorDraw control of a previous version

  1. Register the new version control using the regsvr32 utility, which is located in windows system directory.

  2. From Projects menu select Add to Project -> Components and Controls. 

  3. From Components and Control Gallery dialog select the folder Registered ActiveX Controls.

  4. Find and select VectorDraw control and click OK to all next dialogs.

  5. Rebuild the project.

  6. Optionally we can update the VectorDraw controls in the resources dialogs.

You must be careful with the following