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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.