Internet Explorer Browser Control Host Samples (Windows CE 5.0)
The samples included with Microsoft® Windows® CE provide a starting point for adding 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 allows users to 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.
See Also
Internet Explorer Browser Control Host
Send Feedback on this topic to the authors