Need help adding ActiveX to 2005 Project

ggunter

Well-known member
Joined
Apr 23, 2008
Messages
137
Programming Experience
Beginner
Help!!!

Does anyone know of any way to add a pre-DotNet ActiveX control to a VS2005 project?

The control was provided to the company I work for by a 3rd party and I don't have access to the base code.

Any feedback/ideas would be greatly appreciated.
 
When the ActiveX is registered (regsrv32.exe) you can can add it to Toolbox (context menu or Tools menu, "choose Toolbox items"), it should be found in the COM Components tab in that dialog. Then you add it to form from Toolbox, references/interops are added automatically.
 
Back
Top