Use gif format images in Delphi

preview_player
Показать описание
Use gif format images in Delphi
Рекомендации по теме
Комментарии
Автор

parabéns, procurei pela web muitas saídas pra fazer isso e o que encontrei foi um curso na lua, e vc com uma linha reslveu meu problema !!
obrigado !

dtecnosistemas
Автор

Thanks, for Delphi XE use: ( Image1.Picture.Graphic as TGIFImage ).Animate := True;

KevinFigueiras
Автор

i wanna use PNG image how can I do it?

carlospolancosalvador
Автор

hello, i have the 2 version of delphi 6+7 and i can't find in the uses all the vcl i have just the (
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;) could you please help me

zahoz