The IESimple Browser (Windows CE 5.0)

Send Feedback

The %_WINCEROOT%\Public\Ie\Oak\Iesimple folder contains the source files for a browser container that provides both the window user interface (UI) of IESample and full-screen browser without menu, address, and status bars. The user can toggle between the two UI modes.

The IESample browser application implements the IWebBrowser2 interface. It is recommended that you use the IESample code as a starting point for your custom browser.

In all other respects, the IESimple browser has the same functionality as IESample. For more information, see The IESample Browser.

An IESimple application executable is provided in Platform Builder, in the %_WINCEROOT%\Public\Ie\Oak\Lib\<Hardware Platform> folders. To add the IESimple application to your OS design, use the following Sysgen commands:

set __SYSGEN_IESIMPLE=1 
set SYSGEN_IESAMPLE= <no value> 

For more information about adding a Catalog item to your OS design, see Modifying an OS Design.

To build IESIMPLE from the build window

  1. Navigate to the %_WINCEROOT%\Public\Ie\Oak folder.
  2. Type WINCEREL=1.
  3. Type build -c.
  4. Type sysgen -p ie iesimple.

However, if your run-time image requires a browser application with extremely limited functionality — for example, one that only opens, closes, and perhaps prints HTML files that are located on the user's device or a local network — use the Internet Explorer Browser Control Host. For more information about implementing this interface, see Internet Explorer Browser Control Host.

For information about adding the browser application to your OS design, see Adding to an OS Design.

Keyboard Shortcuts

The following table shows the keyboard shortcuts that are available to users when IESimple is in full-screen mode.

Menu action Keyboard shortcut
Refresh page F5
View, Text Size, Smaller F6
View, Text Size, Larger F7
View, Internet Options F10
Toggle between full-screen mode and window mode. F11 or CTRL+L
Back ALT + <-
Forward ALT + ->
Stop ESC
Go to Start page CTRL+H
Go [opens text box] CTRL+G
Find [opens text box] CTRL+F

However, if your run-time image requires a browser application with extremely limited functionality — for example, one that only opens, closes, and perhaps prints HTML files that are located on the user's device or a local network — use the Internet Explorer Browser Control Host. For more information about implementing this interface, see Internet Explorer Browser Control Host.

For information about adding the browser application to your OS design, see Adding to an OS Design.

Registry Settings

IESimple and IESample have the same registry settings. For more information, see IESample Registry Settings.

See Also

Internet Explorer 6 Samples | Creating and Customizing an Internet Browser

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.