Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.52 KB

File metadata and controls

53 lines (46 loc) · 1.52 KB
title Creating Windows | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
object creation [C++], windows
windows [C++], creating
CWnd objects
CWnd objects, creating
ms.assetid f5ff91a6-4069-47d7-9177-1e6c80d3792c
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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