Announcement

Collapse
No announcement yet.

Kopieranimation

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Kopieranimation

    Wie kann ich eine Kopieranimation wie in Windows in meine Anwendung integrieren?

    M.f.G Andreas Käding

  • #2
    Über TAnimat

    Comment


    • #3
      Hallo,<p>
      und noch ein bischern Quellcode....
      <pre>
      type
      ...
      Animate1: TAnimate;
      ...
      <p>
      begin
      Animate1.CommonAVI := aviCopyFile;
      Animate1.Active := True;
      ....
      Animate1.Active := False;
      end;
      </pre&gt

      Comment


      • #4
        Vielen Dank!

        Gruß Andrea

        Comment

        Working...
        X