M
Michael C
Hi all,
Quick question about the AxSHDocVw.AxWebBrowser Component. I was wondering
if there is a way to view pages generated internally within my application
without writing them to disk. For instance, I'd like to do something like
the following:
string page = "<HTML><BODY>This is a test.</BODY></HTML>";
And display the page variable's contents in the AxWebBrowser (without
writing to disk and using the .Navigate() method to re-load the file.) Any
help is appreciated.
Thanks,
Michael C., MCDBA
Quick question about the AxSHDocVw.AxWebBrowser Component. I was wondering
if there is a way to view pages generated internally within my application
without writing them to disk. For instance, I'd like to do something like
the following:
string page = "<HTML><BODY>This is a test.</BODY></HTML>";
And display the page variable's contents in the AxWebBrowser (without
writing to disk and using the .Navigate() method to re-load the file.) Any
help is appreciated.
Thanks,
Michael C., MCDBA