Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

modifying-the-atl-project.md

File metadata and controls

19 lines (14 loc) · 1.13 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Modifying the ATL Project
Modifying the ATL Project
11/04/2016
controls [ATL], adding to composite controls
Dialog editor, working with composite controls
composite controls, adding controls
59984518-748f-4b8b-875f-3e97d22d0b0f

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

Composite Control Fundamentals
How to: Create a Resource Script File