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.

See Also

Tasks

How to: Create a Resource Script File

Concepts

ATL Composite Control Fundamentals