G
Guest
how to show the "txt 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
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