Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.08 KB

File metadata and controls

24 lines (16 loc) · 1.08 KB
description Learn more about: Creating Windows
title Creating Windows
ms.date 11/04/2016
helpviewer_keywords
object creation [MFC], windows
windows [MFC], creating
CWnd objects [MFC]
CWnd objects [MFC], creating
ms.assetid f5ff91a6-4069-47d7-9177-1e6c80d3792c

Creating Windows

The framework automatically creates most of the windows you need in a framework program. Document/View Creation shows how the framework creates the frame windows associated with documents and views. But for special purposes you can create your own windows — including your own child windows of frame windows or views — in addition to the windows supplied by the framework.

What do you want to know more about

See also

Window Objects