Call CreateView to create a view within a frame.
CWnd* CreateView( 
   CCreateContext* pContext, 
   UINT nID = AFX_IDW_PANE_FIRST  
);
Parameters
pContext
Specifies the type of view and document.nID
The ID number of a view.
Return Value
Pointer to a CWnd object if successful; otherwise NULL.
Remarks
Use this member function to create "views" that are not CView-derived within a frame. After calling CreateView, you must manually set the view to active and set it to be visible; these tasks are not automatically performed by CreateView.
Requirements
Header: afxwin.h