dotnetmonitor.com

 
Index
Previous
Next

 

The WebBrowser control is primarily a managed wrapper of the WebBrowser ActiveX object. There are four main unmanaged interfaces that are wrapped in one form or another:

  1. IWebBrowser2 The core WebBrowser interface.
  2. DWebBrowserEvents2 The WebBrowser events.
  3. IDocHostUIHandler Provides advanced functionality such as: custom context menus, disabling accelerators & providing custom objects to the html script. The WebBrowser control QIs its Site to obtain this interface.
  4. IinternetSecurityManager Provides custom security for the browser control. The WebBrowser control QIs its Site to obtain this interface.

How do I disable JavaScript?
How do I get XP SP2 Security features?
How can a control in the browser access the DOM of the page that is hosting it?
Why wont the WebBrowser navigate?
How do I block popups?
How do I navigate to a Url that contains escape characters?