I'm looking for a control that would load complete HTML page (all
related HTML, CSS, image, flash etc. files) from memory and display
it. It doesn't need to be managed.
I plan on keeping files saved in an archive, and upon viewing
extracting to memory and displaying to user. I would prefer not to
keep thousands of separate files and folders on disk, or extracting
them upon each viewing. I am open to other ideas.
TIA
Lukasz
Sheng Jiang[MVP] - 26 Mar 2008 23:32 GMT
How about integrating a web server?

Signature
Sheng Jiang
Microsoft MVP in VC++
> I'm looking for a control that would load complete HTML page (all
> related HTML, CSS, image, flash etc. files) from memory and display
[quoted text clipped - 7 lines]
> TIA
> Lukasz
bbla32@op.pl - 27 Mar 2008 18:00 GMT
On 27 Mar, 00:24, "Sheng Jiang[MVP]" <sheng_ji...@hotmail.com.discuss>
wrote:
> How about integrating a web server?
Wouldn't that still mean thousands of files on disk?
Sheng Jiang[MVP] - 28 Mar 2008 18:27 GMT
At least IE will manage it.

Signature
Sheng Jiang
Microsoft MVP in VC++
> On 27 Mar, 00:24, "Sheng Jiang[MVP]" <sheng_ji...@hotmail.com.discuss>
> wrote:
> > How about integrating a web server?
>
> Wouldn't that still mean thousands of files on disk?