views:

662

answers:

0

I'm trying to understand the different between .NET 2.0+ provided Webbrowser Control and AxWebBrowser.

As far as I understand AxWebBrowser is a COM object and Webbrowser Control is just managed wrapper around AxBrowser.

  • Am I right?
  • Is AxBrowser.GetOcx() is equal to Webbrowser.ActiveXInstance() almost same?