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, use the Dialog Editor. For more information on adding controls (and related tasks), see Overview: Dialog Editor in the Visual C++ User’s Guide.

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