Search code examples
activex

what ActiveX control implementing a web browser?


I am coding an add-on using an existing SDK which has no webview-like component but allows for ActiveX controls.

So the only idea I come up with is find an ActiveX control implementing a web browser or at least show a web browser.

Is there such control?


Solution

  • Don't use the IE activex control, it's full of memory leaks.

    See this post for alternatives:

    Replacing .NET WebBrowser control with a better browser, like Chrome?