hello i am trying to put animated gifs inside thtmlistbox , i read the mini reference of Thtmlistbox
from here , but there is no example about how to put animated gifs , the image that i try to load i upload it on
url example
Delphi-Quellcode:
imagename := 'http://www.delphipraxis.net/images/smilies/icon_redface.gif';
fullitem := '<img src="'+imagename+'" width="24" height="24" align="middle" >' + 'item';
Thtmlistbox.items.Add(fullitem);
but it wont load always the image is blank doesn't load i been long time i didnt find any solution for that , there is a very poor informations about tms online any help with this case ?