Search Wiki:

Web Browser Control


This control will be, mainly, an interop to the following COM interfaces:

Interface Description Usage
IWebBrowser2 This interface enables applications to implement an instance of the WebBrowser control (Microsoft ActiveX control) or control an instance of the InternetExplorer application (OLE Automation). Note that not all of the methods listed below are supported by the WebBrowser control.Main web browser operation.
DWebBrowserEvents2 This interface designates an event sink interface that an application must implement in order to receive event notifications from a WebBrowser control or from the Microsoft Internet Explorer application. Note that not all of the events listed below are supported by the WebBrowser control.Handling web browser events.
IDocHostUIHandler This custom interface enables an application hosting the WebBrowser Control or automating Microsoft Internet Explorer to replace the menus, toolbars, and context menus used by MSHTML.Showing the context menu, translating keys and URLs.
IDocHostShowUI A host can supply mechanisms that will show message boxes and Help by implementing the IDocHostShowUI interface.Showing message boxes (alert and confirm) and help.
IOleCommandTarget The IOleCommandTarget interface enables objects and their containers to dispatch commands to each other. For example, an object's toolbars may contain buttons for commands such as Print, Print Preview, Save, New, and Zoom.Handling script errors.
Last edited Oct 21 2006 at 11:55 PM  by PauloMorgado, version 4
Comments
itwriting wrote  Oct 18 2006 at 7:18 AM  
What are you trying to achieve with this project?

I've done some work on an alternate webbrowser control:

http://www.itwriting.com/htmleditor/index.php

Tim

PauloMorgado wrote  Oct 21 2006 at 11:40 PM  
This intends to be an evolution of the work "I" have done previously. See http://www.codeproject.com/useritems/webbrowsercontrol11.asp.

IanVink wrote  Jun 30 at 5:46 PM  
Try also a browser wrapper at http://groups.google.com/group/csexwb

If anyone is considering csEXWB as a IE wrapper, have a look at www.BibleMaximum.com which is a powerful Smart Client. An app I wrote used by thousands all based on csEXWB.

Updating...