Getting content with images into the Web Browser control without temporary files

Posted by Revision17 on Stack Overflow See other posts from Stack Overflow or by Revision17
Published on 2010-03-11T20:34:58Z Indexed on 2010/03/11 20:39 UTC
Read the original article Hit count: 315

For a client server application, I'd like to display content with a web browser control with images without writing temporary files to the disk.

I've tried using mht files via documentstream and documenttext, but the web browser control isn't smart enough to recognize mht files.

I would use data URI images, however most computers this will be installed on use IE6 or 7.

Are there any other options for this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about webbrowser-control