Assuming the HTML is internal (i.e. string url = "<html>...</html>", can I
use images embedded in the EXE? i.e. I'd prefer not to have lots of images
in the directory.
I guess I could write the embedded images to the directory, set the URL, the
delete the images once the HTMViewer has accessed them (if there's a way to
know when). This will be slow(er), but it is a solution.
You can't embed image in the EXE (also I was trying use "res://" but
have no success). To known when the document is loaded completely, catch
the event "DocumentComplete" and after that delete your temporary images.