Just lame question, how to load AVI from resource of another file to TAnimate component? I have this and don't working:
Delphi-Quellcode:
var
Handle: THandle;
begin
Handle := CreateFile('
C:\Windows\System32\shell32.dll', GENERIC_READ, FILE_SHARE_READ
or FILE_SHARE_WRITE,
nil, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0);
Animate1.ResHandle :=
Handle;
Animate1.ResName := '
165';
end;