AdvSmartMessageBox HTML

I have used this component in another application, but in another application I wanted add an image (logo) to the text using HTML. However, I am not sure if the component can process this HTML.

Typically, HTML "My Logo"
However, the image does not show when I run the code to show the message.

Can the AdvSmartMessageBox component accept the HTML <img ...>?

Regards
Tom Dalton

If you add the image to an attached imagelist (Images) or PictureContainer you can refer to this image via:

<img "src=idx:XXX"> with XXX index in the imagelist
or
<img "src=name"> with name of the picture in the PictureContainer
or
<img "src=file:localfilenamepath"> with path to a local file

See: