Modifying the ATL Project

 

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 Modifying the ATL Project.

At this point, your composite control project implements the necessary objects for your composite control. The next step is to add any controls that the composite control will contain and handle any necessary events.

To add additional ActiveX or Windows controls, add a new resource script and then use the Dialog editor. For more information on adding controls (and related tasks), see Dialog Editor.

To handle any necessary events from the ActiveX controls, see Adding Functionality to the Composite Control.

Composite Control Fundamentals
How to: Create a Resource Script File

Show: