Inserting the Control into a Visual C++ Application
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Visual Studio 2017 Documentation. You can insert an ActiveX control into a dialog box from the toolbar or using the Insert ActiveX Control dialog box.
To insert an ActiveX control from the Toolbox
Right-click an empty section of the Toolbox.
On the shortcut menu, click Customize Toolbox, and then select the controls that you want.
Drag controls to your dialog box in the Dialog editor.
To insert an ActiveX control from the Dialog editor
Right-click the dialog box.
On the shortcut menu, click Insert ActiveX Control.
Note
When you insert an ActiveX control from Insert ActiveX Control into a project, wrapper classes are not included in the project. You are responsible for creating a wrapper class to customize the control's functionality.