New MFC for Windows CE Features

MFC for Windows CE version 2.10 includes the following new features:

The following table shows the MFC for Windows CE classes that are new for version 2.10.

Class Description
CCECommandBar Supports Windows CE command bars, which combine the functionality of a menu bar and a toolbar.
CColorDialog Supports Color dialog boxes, which enable users to select a display color.
CControlBar Supports controls bars, which are windows contained within frame windows. The CControlBar class is the base class for CStatusBar, CToolBar, CDialogBar, and CReBar.
CDateTimeCtrl Supports date and time picker controls, which enable users to display and modify date and time information.
CDialogBar Supports dialog bars, which are controls bars that have the functionality of a Windows CE modeless dialog box.
CHttpConnection Manages a connection to an HTTP server.
CHttpFile Enables applications to request and read files on an HTTP server.
CImageList Supports image list common controls, which enable users to manage and display a collection of same-size images.
CInternetConnection Manages an Internet server connection.
CInternetException Encapsulates an Internet-related exception condition.
CInternetFile Provides access to files on remote systems that use the HTTP Internet protocol.
CInternetSession Creates and initializes one or more Internet sessions.
CMonthCalCtrl Supports month calendar controls, which enable users to view and modify date information.
CPalette Supports a Windows color palette. This palette provides an interface that enables an application to use the color capabilities of a color output device.
CPrintDialog Supports print dialog boxes, such as the Print Setup dialog box.
CPrintInfo Stores information about a print or print-preview job.
CReBarCtrl Supports rebar controls, which contain one or more bands.
CRebar Supports rebars, which can contain a variety of child windows, including edit boxes, toolbars, and list boxes.
CStatusBarCtrl Supports status bar controls, which are horizontal windows, that display various kinds of status information.
CStatusBar Supports status bars, which are control bars that have a row of text output panes; the output panes are commonly used as message lines and status indicators.
CStdioFile Provides unbuffered, binary disk input/output services for Internet classes.
CToolBar Supports toolbars, which are control bars that have a row of bitmapped buttons and optional separators.
CToolBarCtrl Supports toolbar controls, which are rectangular child windows that contain one or more buttons.

Some classes that existed in previous MFC for Windows CE versions have been modified to support color, printing, and Internet use. The following classes have been modified for version 2.10: