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).
CFormView( LPCTSTR lpszTemplateName );
CFormView( UINT nIDTemplate );
| Header file: | Afxext.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CFormView Overview, CFormView Member Functions, View Classes, CWnd::Create