Share via


Advanced Features, MFC Smart Device Application Wizard

Describes the Advanced Features page of the MFC Smart Device Application Wizard.

This page provides options for additional features for your application, such as ActiveX controls and Windows sockets. In each section, specify additional support for these advanced features.

Advanced Features

  • Windows Help
    This feature is not supported in this release.

  • Printing and print preview
    This feature is not supported in this release.

    Generates the code to handle the print, print setup, and print preview commands by calling member functions in the CView class from the MFC library. The wizard also adds commands for these functions to the application's menu. Printing support is available only for applications specifying Document/view architecture support in the Application Type page of the wizard. By default, document/view applications have printing support.

  • ActiveX controls
    By default, supports ActiveX controls (default). If you do not select this option and, in the future, want to insert ActiveX controls into your project, you must add a call to AfxEnableControlContainer in your application's InitInstance member function.

  • Windows sockets
    This feature is not supported in this release.

    Supports Windows sockets. Windows sockets enable you to write applications that communicate over TCP/IP networks.

  • Number of files on recent file list
    This feature is not supported in this release.

    Specifies the number of files to be listed on the most recently used list. The default number is four.

See Also

Reference

MFC Smart Device Application Wizard