No, that didn't help.
Im building data output in html format like this
string src = "<html>.......</html>"
webBrowser.Load(src).
... but no such functionality seems to exist. I have to save the string
first to disk and then load it into the browser using navigate... And I dont
want disk operations involved.
Any tips on how to avoid disk operations?
regards Jesper
Jesper,
That functionality exist in the 2.0 webbrowser, I assume you talking about
that, because the old one has the name AxWebbrowser.
documenttext
http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.documen
ttext.aspx
I hope this helps,
Cor
> No, that didn't help.
>
[quoted text clipped - 38 lines]
>> > Thanks.
>> > Jesper, DK.
erman.olca@gmail.com - 30 Aug 2006 13:53 GMT
Hi,
You can use webbrowser.documentText property to assign the html content
to webbrowser document. Also you can use streaming to load html.
Best Regards
erman.olca@gmail.com - 30 Aug 2006 13:53 GMT
Hi,
You can use webbrowser.documentText property to assign the html content
to webbrowser document. Also you can use streaming to load html.
Best Regards,
Erman OLCA