Internet Explorer Browser Control Host Samples (Windows Embedded CE 6.0)
1/6/2010
The samples that are included with Windows Embedded CE provide a starting point to add functionality to your browser.
Note
These samples have not been tested and are not intended for production use.
The following list shows the Browser Control Host functionalities that IESample implements:
- IWebBrowser2 interface lets users browse to any location in the local file system, on the network, or on the World Wide Web. For more information about IWebBrowser2, see Adding Internet Browsing Functionality to Your Application.
- Popup blocking functionality that blocks unwanted popup Windows. For more information about this functionality, see Using the Popup Blocker Interfaces.
Sample Location
Browser object and popup blocker samples are located in the %_WINCEROOT%\PUBLIC\IE\OAK\IESAMPLE\CORE folder.
Sample resources required to replace the Shdocvw user interface are located in the %_WINCEROOT%\PUBLIC\IE\OAK\SHDOCVWUI\RESDLL directory.
The implementation file, Popup.cpp implements the Popups tab in the Internet Options dialog box. The source code is located in the %_WINCEROOT%\PUBLIC\IE\OAK\INETCPL directory.