Re: Displaying HTML from memory



"Tomaz Koritnik" <nospam@xxxxxxxxxx> wrote in message
news:Z4Fpe.12587$F6.2671695@xxxxxxxxxxxxxxxx
> Hi
>
> Thanks but I know that IE browser does not support displaying HTML files
> from memory.

Actually it does. The details are simple for those who played with the
control low-level (we're talking COM interfaces here) but they've always
been slightly beyond my reach. I remember finding the low-level details in
an open-source project called HtmlEditor:
http://www.itwriting.com/htmleditor/index.php
If you check the source code you'll find that it's all there. You might need
to get rid of some of the additional complexity due to the "editor" bits
that you don't need.

The good news are that in the oncoming version 2.0 of the framework (now in
beta) you'll be able to do this natively because all the relevant interfaces
have been wrapped already. I tried and it just works(tm) :)
--
WildHeart'2k5


.