Accessign the document object in a CWebBrowser2
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm trying to directly set the html in a web browser (CWebBrowser2) control using something like m_browser.SomeMethod("Hello, World!") Is this possible, using either a direct method or by getting an interface to the document properties? I can't find a list of the properties anywhere on MSDN or on the web. If all fails I will just save the text to a temporary file and get the browser to navigate to the file. Thanks, John