From: Tom on
Hi,
I am currently using the MSWebBrowser object to display HTML text in the
window/form. At this stage I need to save the HTML code in a file and get
the MSWeb... object to Navigate(cPath) to it.

I know would like to pass the actual HTML text to the browser without saving
it in a file. I am certain that this can be doen, but I have no idea what
would be the easiest or how?

any clues?

TIA

Tom


From: Geoff Schaller on
Tom,

I don't know off the top of my head but if you have a generated class
for this control, there should be a method for 'Save As'. Or, you could
generate the class once, find the methods you want and then discard all
the others, unless someone knows this method...

Geoff



"Tom" <tom(a)intersoft.net.au> wrote in message
news:487cb8d3$1(a)dnews.tpgi.com.au:

> Hi,
> I am currently using the MSWebBrowser object to display HTML text in the
> window/form. At this stage I need to save the HTML code in a file and get
> the MSWeb... object to Navigate(cPath) to it.
>
> I know would like to pass the actual HTML text to the browser without saving
> it in a file. I am certain that this can be doen, but I have no idea what
> would be the easiest or how?
>
> any clues?
>
> TIA
>
> Tom