Hi !
I have several small .PNG pictures I wan't to load from a web-address and into TImage images in my application. The pictures are "dynamic", so I don't want to "hardcode" them into my app by using TImageList etc.
I have seen several examples, but none of them can give me a straight way to do this.
I know i can use TWebBrowser to solve this, but it seems to obscure my application and is not aligned to the alignment i set it to either.
Any good suggestions ?