how to show the html code that the WebBrowser want to save when he

G

Guest

how to show the html code that the WebBrowser want to save when he want 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
 
C

Cor Ligthert [MVP]

Eeuwttww.

I think that you have showed the two alternatives.

The first will forever prompt the user, the other one misses the document
description part.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top