com >> how to show the html code that the WebBrowser wont to save when he

by ZWV3d3R0d3c » Thu, 03 Nov 2005 02:20:11 GMT

how to show the html code that the WebBrowser wont to save when he wont to
save html+pictures with the "dialogbox" - before saving.
this is the code to open the save "dialogbox"

Me.WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 0, 0

this is not good for me:
Text1.Text = WebBrowser1.Document.documentElement.OuterHTML




Similar Threads

1. how to show the html code that the WebBrowser wont to save when he

how to show the html code that the WebBrowser wont to save when he wont to 
save html+pictures with the "dialogbox" - before saving.
this is the code to open the save "dialogbox"

Me.WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 0, 0

this is not good for me:
Text1.Text = WebBrowser1.Document.documentElement.OuterHTML