Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 781 Bytes

window-dialog-and-control-classes.md

File metadata and controls

17 lines (13 loc) · 781 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Window, Dialog, and Control Classes
Window, Dialog, and Control Classes
11/04/2016
windows [MFC], dialog and control classes
b3610da6-9644-49b7-adbf-0e04f0d6d2b5

Window, Dialog, and Control Classes

Class CWnd and its derived classes encapsulate an HWND, a handle to a Windows window. CWnd can be used by itself or as a base for deriving new classes. The derived classes supplied by the class library represent various kinds of windows.

CWnd
The base class for all windows. You can use one of the classes derived from CWnd or derive your own classes directly from it.

See also

Class Overview