Re: WebBrowser Control Document Object



"JonWayn" <JonWayn@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9536B601-B2FA-4383-998A-76B221ABEA8B@xxxxxxxxxxxxx
What is the native object type of the Document object that the
WebBrowser control contains?

That depends on the type of document. WebBrowser can host any Active
Server.

If you are interested in HTML pages, these are served by MSHTML document
object, implementing IHTMLDocument2 and related interfaces.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: CHtmlView OLECMDID_PRINT CreateControlSite
    ... You have no access to the IE host of the webbrowser control because you are ... control site to suprress/handle the script error I have a CHtmlView ... }//end of switch ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Strange URLDownloadToFile problem
    ... I think the URL was encoded by IE with UTF-8 before send to server. ... > I have an application that host a webbrowser control. ... I use URLDownloadToFile function to download url ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • RE: Word 2002 SP2 - SaveAs HTML oddity when using DsoFramer
    ... may try to host an webbrowser control on the winform and then host the word ... Use the WebBrowser Control to Open an Office Document in Visual ... Microsoft Online Partner Support ...
    (microsoft.public.office.developer.automation)
  • Re: How to host WebBrowser control in MTA application?
    ... > I want to create WebBrowser control in MTA application ... You can't host WebBrowser control (or, for that matter, any visual ... ActiveX control) on an MTA thread. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • How to host WebBrowser control in MTA application?
    ... I want to create WebBrowser control in MTA application ... and host it in my window as child. ... Most of the time my window is hidden. ... WebBrowser control from other threads in MTA. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)

Loading