Registriert seit: 5. Jan 2005
Ort: Stadthagen
9.454 Beiträge
Delphi 10 Seattle Enterprise
|
AW: Load AVI from resource
23. Aug 2014, 15:50
You have to get a ModuleHandle and not a FileHandle.
To do so load the library LoadLibrary and pass that handle to the component.
TAnimate Sample
(But first you have to set the handle and then the Id or Name)
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9 dc 90 9d f0 e9 de 13 da 60)
Geändert von Sir Rufo (23. Aug 2014 um 15:53 Uhr)
|