Hi Group.
I'm developing a UserControl which is hosted inside Internet Explorer as
an ActiveX control. Inside this control I need HTML rendering
funtionality, which the new 2.0 WebBrowser control provides. The problem
however, is that the WebBrowser control checks if it's inside another IE
in the private WebBrowser.CheckIfCreatedInIE() method :(
Is there a workaround, or some other way to get html rendering inside my
ActiveX hosted UserControl??
Regards,
Jim.