View Classes

MFC for Windows CE supports all of the standard MFC view classes except for CRichEditView, CDaoRecordView, and CRecordView. The reason it doesn't support those classes is that Windows CE doesn't currently support rich edit controls or DAO database access. MFC for Windows CE does provide a CCeDBRecord class, however.

There are a couple of differences in the CView class, due mostly to the fact that the current version of MFC for Windows CE doesn't support drag and drop or printing. You can, however, print using the global functions in the Windows CE 2.0 SDK.

There are also a few CEditView member functions that MFC for Windows CE doesn't support.

See the following topics for information about the MFC for Windows CE view classes.

CView

CCtrlView

CEditView

CListView

CTreeView

CScrollView

CFormView

To see where the view classes fit into the Windows CE class hierarchy, see Window Class Categories and Classes Derived from CObject.