H
Hadi
Hello,
Posted this in the dotnet.general newsgroup but no answer. Reposted here
now:
----------------------------
I'm using webbrowser control in my application and I am trying to get the
source of the document. I have tried using:
((IHTMLDocument3)axWebBrowser.Document).documentElement.outerHTML;
But this is actually giving me IE representation of the file, not the
original downloaded document. Help does anyone know how to get the original
document from the web browser control?
Thanks
Posted this in the dotnet.general newsgroup but no answer. Reposted here
now:
----------------------------
I'm using webbrowser control in my application and I am trying to get the
source of the document. I have tried using:
((IHTMLDocument3)axWebBrowser.Document).documentElement.outerHTML;
But this is actually giving me IE representation of the file, not the
original downloaded document. Help does anyone know how to get the original
document from the web browser control?
Thanks