I need to display reports and things in HTML using Microsoft's HTMLDocument
object.
Unfortunately, you can give the document HTML markup, but you cannot give it images. It is only able to display images you get from a URL, e.g.:
- http://
- file://
- res://
As a workaround I figured I could construct an image using HTML markup, pixel-by-colored pixel.
Has there been any work in this area? Should it be absolutely positioned 1x1 colored spans? A 350x200 table, with rows and columns both one-pixel in size?