WebBrowser Control: Displaying webpage from string of HTML source
WebBrowser Control: Displaying webpage from string of HTML source
Author
Message
Bob #1 / 2
WebBrowser Control: Displaying webpage from string of HTML source
Hi,
I have string variable containing the HTML source of a webpage. Is there a way I can "pass" the string to the WebBrowser Control so that it can display the webpage.
Thanks, Bob
Sun, 14 Mar 2004 05:16:17 GMT
Gary #2 / 2
WebBrowser Control: Displaying webpage from string of HTML source
Access DHTML object via the document property of WebBrowser control, and then we can access any sub-object of document, such as body.