The IESample Browser (Windows CE 5.0)

Send Feedback

The IESample user interface has many of the features of Internet Explorer 6 for Windows, including forward and backward navigation, Favorites, and Search. The following illustration shows the default IESample window.

ms905632.ie55_screenshot(en-us,MSDN.10).gif

If you are creating a custom container application, it is strongly recommended that you use the IESample source code or IESimple for a full-screen application as your starting point, adding or removing features as needed. For example, you may want to add online help; IESample does not automatically include an online help system. If your OS design includes the HTML help engine, you can modify the IESample code to include a Help button on the menu bar to launch the HTML help system. For information about adding end-user help to your application, see User Help.

Alternatively, you can add a simple online help system by creating a Help button on the menu bar that opens an HTML file that contains user help information. The help page can contain a navigation button to close the help page, or the user can use the Back button on the browser itself to navigate to the original page.

The following list shows the functionality that the IESample application includes:

  • Displays the current security zone in the browser status bar. For information about adding the URL security zone status to IESample, see Displaying the Current Security Zone.
  • Displays the security lock icon when the user visits a secure Web site that automatically sends its security certificate.
  • Includes the Platform for Privacy Preferences (P3P) user interface that filters cookies based on a user's decision to accept, prompt, or reject cookies.
  • Includes a user interface to block popup windows. A popup blocking icon is displayed in the status bar when a popup is blocked. For more information about popup blocking interfaces, see Using the Popup Blocker Interfaces.
  • Implements theme support so that you can apply Microsoft® Windows® XP visual style to the intrinsic Internet Explorer controls such as scrollbars, buttons, and edit boxes. For more information about theme support programming elements, see Theme Support Reference.
  • Implements the AutoComplete functionality that completes entries on Web pages by displaying a list of previous matching entries.

For information about default registry settings for IESample, see IESample Registry Settings.

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
Shows or hides the tool bar and the status bar CTRL+T

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.