CFormView::CFormView

Use these constructors to create a CFormView object and identify the dialog resource on which the view is based. You can identify the resource either by name (pass a string as the argument to the constructor) or by its identifier (pass an unsigned integer as the argument).

Syntax

CFormView( LPCTSTR lpszTemplateName );

CFormView( UINT nIDTemplate );

At a Glance

Header file: Afxext.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CFormView Overview, CFormView Member Functions, View Classes, CWnd::Create