WebBrowser Control: Displaying webpage from string of HTML source 
Author Message
 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  
 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.

Regards,



Tue, 16 Mar 2004 17:33:20 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Display Source From A String To WebBrowser Control

2. How can I save the HTML source code from the current webpage displayed in the WebBrowser object? Like View Source

3. Document's HTML source with WebBrowser control?

4. Document's HTML source with WebBrowser control?

5. Reading HTML source from WebBrowser control

6. Getting HTML source from Webbrowser control

7. getting html source only, using webbrowser control

8. Source HTML from Webbrowser Control

9. WebBrowser Control in VB 6: Getting to the HTML Source

10. WebBrowser Control & Getting HTML Source

11. Getting HTML source from Webbrowser control

12. WebBrowser Control - getting HTML source

 

 
Powered by phpBB® Forum Software