Skip to content

Latest commit

 

History

History
104 lines (58 loc) · 4.03 KB

windows.md

File metadata and controls

104 lines (58 loc) · 4.03 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Windows
Windows
11/04/2016
objects [MFC], window
windows [MFC]
MFC, windows
window objects [MFC], MFC Framework
dd92bf34-842e-40fe-8aea-3028b55314d5

Windows

This family of articles covers window objects in the MFC framework. All MFC windows derive from class CWnd, including frame windows, views, dialog boxes, and controls.

The first group of articles describes window objects in general. Refer to this group for general information about C++ window objects, how they encapsulate an HWND, and how you use them when creating your own windows, such as child windows.

The second group of articles describes frame windows—windows that put a frame around content — in particular. Refer to this group for information about how the MFC framework manages frame windows and the contents that they frame, including control bars and views.

What do you want to know more about

Topics on Window Objects in General

Frame Window Topics

Create and Destroy Windows

Create Splitter Windows

Manage Child Windows and the Current View

Work with Device Contexts and Window Styles

See also

User Interface Elements
Dialog Boxes
Toolbars
Status Bars
Dialog Bars