Home All Groups Group Topic Archive Search About

Need help changing AxWebBrowser (COM) code to .NET Web Browser!

Author
18 Nov 2006 12:56 AM
Mateusz Rajca
object obj = axWebBrowser1.GetOcx();
      IOleObject oc = obj as IOleObject;
      oc.SetClientSite(this);

How can I make this code work with the .NET 2.0 Web Browser Control

AddThis Social Bookmark Button