Einzelnen Beitrag anzeigen

mr_fahrrad

Registriert seit: 28. Dez 2006
46 Beiträge
 
#9

Re: Bitmap.LoadFromFile (internetfile)

  Alt 9. Jan 2007, 13:28
Thanks! this solve my ploblem

Thanks for all that help me

Zitat von Sko:
Hi,

you can try this in marabu´s code:
Delphi-Quellcode:
...
  Get(uri, s);
  s.Position := 0;
  Image1.picture.bitmap.loadFromStream(s);
...
  Mit Zitat antworten Zitat