ATL includes several classes that allow you to use and implement windows. These classes, like other ATL classes, provide an efficient implementation that does not impose an overhead on your code.
This section describes the ATL window classes and explains how to use them.
Using a Window
Discusses how to use CWindow to manipulate a window.
Implementing a Window
Discusses message handlers, message maps, and using CWindowImpl. Includes details on superclassing and subclassing.
Implementing a Dialog Box
Discusses the two methods for adding a dialog box class and shows a code sample.
Using Contained Windows
Discusses contained windows in ATL, which are windows that delegate their messages to a container object instead of handling them in their own class.
Understanding Window Traits
Discusses window traits classes in ATL. These classes provide a simple method for standardizing the styles used for the creation of a window object.
Related Sections
ATL
Provides links to conceptual topics on how to program using the Active Template Library.
Windows Support Classes
Lists additional ATL classes that support windows and message maps in ATL.
Windows developers have various options for creating applications that run on Windows. This module introduces the native Windows UI frameworks that are available for Windows development. It also provides guidance on how to choose the best framework for your application.