Internet Explorer Samples

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The samples that are included with Windows Embedded CE provide a base for creating and adding functionality to a browser application. Windows Embedded CE provides the sample browser applications, IESample and IESimple that includes many of the features of Internet Explorer 6 for Windows Embedded CE. You can use the IESample browser application as is, or you can modify the source code to add or remove functionalities. You can use the IESimple sample application to create a browser application that also provides a windowless or full-screen mode. If your run-time image requires only the most minimal functionality, you can create your own browser application from the interfaces that are provided by the Browser Control Host Catalog item.

When you add the IESample Internet Client Catalog item to your OS design, or when you select a design template, such as Enterprise Web Pad that includes IESample, the operating system includes a fully functional Internet browser application that is based on Internet Explorer 6.

Note

These samples have not been tested and are not intended for production use.

The following list shows the Internet Explorer 6 samples:

  • IESAMPLE is a sample browser that includes many functionalities of Internet Explorer 6. This includes forward and backward navigation, Favorites, and Search. For more information about IESAMPLE, see The IESample Browser.
    Sample Location
    %_WINCEROOT%\PUBLIC\IE\OAK\IESAMPLE
  • IESIMPLE provides both the user interface (UI) of IESample and full-screen browser without menu, address, and status bars. The user can toggle between the two UI modes. For more information about IESIMPLE, see The IESimple Browser.
    Sample Location
    %_WINCEROOT%\PUBLIC\IE\OAK\IESIMPLE

The following list shows the topics that contain information about samples of the Internet Explorer components:

In This Section

  • The IESample Browser
    Describes how to use the IESample source code to create a custom container application
  • The IESimple Browser
    Describes how to use the IESimple source code to create a full-screen application

See Also

Concepts

Internet Explorer Samples
Internet Client Services Catalog Items

Other Resources

Internet Explorer 6 for Windows Embedded CE
Internet Explorer Browser Control Host Samples
Internet Explorer MSHTML/DHTML API Samples
URL Moniker Services Samples
WinInet Samples