Skip to Main Content
Learning DCOM
book

Learning DCOM

by Thuan L. Thai
April 1999
Intermediate to advanced content levelIntermediate to advanced
502 pages
15h 5m
English
O'Reilly Media, Inc.
Content preview from Learning DCOM

ATL Composites

In the previous exercise, you used MFC to create an ActiveX control with a user interface. You can also do this using ATL. If you have an older version of ATL (prior to ATL 3.0), refer to the Microsoft Knowledge Base Article Q175503, entitled “HOWTO: Write a Dialog-based ActiveX Control Using ATL.” However, if you have ATL 3.0[92] or greater, you can use the ATL Object Wizard to generate the necessary code for an ActiveX control with user interface elements. Formally, ATL uses the term composite control to refer to this type of ActiveX control.

Even though the ATL Object Wizard supports composite controls, it takes some work to get the composite control to host other ActiveX controls. In this section, you’ll learn how to take advantage of ATL to create a composite control that looks like the web-enabled client developed previously.

Creating the Project

Using the ATL COM AppWizard, create a new project and name it ATLCyberComposite. In Step 1 of the ATL COM AppWizard, select DLL as the Server Type and click Finish to allow the ATL COM AppWizard to generate the code for your project.

Adding a Composite Control

Creating a composite control is similar to creating a Lite Control or a Full ActiveX Control. You simply choose Composite Control, and let the ATL Object Wizard handle the rest. Here are the steps for adding a composite control into an ATL COM AppWizard generated project:

  1. Select New ATL Object from the Insert menu to launch the ATL Object Wizard.

  2. In the ATL Object Wizard ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Windows Internals, Fifth Edition

Windows Internals, Fifth Edition

David A. Solomon Mark E. Russinovich and Alex Ionescu
Windows® via C/C++, 5th Edition

Windows® via C/C++, 5th Edition

Jeffrey Richter, Christophe Nasarre
Learning Go

Learning Go

Jon Bodner

Publisher Resources

ISBN: 9781449307011Supplemental ContentErrata Page