Internet Explorer Embedded Samples (Windows Embedded CE 6.0)

1/6/2010

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, IE XAML UI Sample, and IESimple, that include many of the features of Internet Explorer Embedded. You can use the IESample or IE XAML UI Sample 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 or IE XAML UI Sample 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 Embedded.

Note

For readability, the following code example does not contain security checking or error handling. Do not use the following code in a production environment.

The following list shows the Internet Explorer Embedded samples:

  • IESample is a sample browser that includes many functionalities of Internet Explorer Embedded. 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
  • IE XAML UI Sample is a sample browser that includes the tiling engine to support zooming and panning. You can customize the UI by using the xxxrframeworkextxx. For more information, see The IE XAML UI Sample Browser.
    Sample Location %_WINCEROOT%\PUBLIC\IE\OAK\IESAMPLE_EXR
  • 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 for Internet Explorer components:

In This Section

  • The IESample Browser
    Describes how to use the IESample source code to create a custom container application.
  • The IE XAML UI Sample Browser
    Describes how to use the IE XAML UI Sample source code to create a custom container application that uses xxuiframeworkxx.
  • The IESimple Browser
    Describes how to use the IESimple source code to create a full-screen application.

See Also

Concepts

Internet Explorer Embedded Samples
Customizing the Browser UI with Silverlight for Windows Embedded
Internet Client Services Catalog Items

Other Resources

Internet Explorer Embedded
Internet Explorer MSHTML/DHTML API Samples
URL Moniker Services Samples
WinInet Samples