Hi. I have an application developed in Windows Forms/.NET 2.0/C#, that makes quite extensive use of HTML and the WebBrowser control. This works fine, but there is one issue I have not been able to resolve: Is it possible to display images in the WebBrowser control without having to store them on disk and refer to them via and <img src="file://..."> tag? The images may contain sensitive data, so if we could make the browser control for example read them from a stream, that would be great. Any ideas?
Thanks, Eyvind.