Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.15 KB

File metadata and controls

66 lines (52 loc) · 2.15 KB
title Using Frame 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
windows [C++], frame windows
frame windows [C++], using
MFC [C++], frame windows
ms.assetid 4d773238-11f6-4ccf-8114-57310c5aaa2d
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

Using Frame Windows

The MFC framework creates document frame windows — and their views and documents — as part of its implementation of the New and Open commands on the File menu. Because the framework does most of the frame-window work for you, you play only a small role in creating, using, and destroying those windows. You can, however, explicitly create your own frame windows and child windows for special purposes.

What do you want to know more about

See Also

Frame Windows