AVI Animations

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    AVI Animations

    Hi all
    I want to insert AVI animation in my form which will show the cpying progrees as well as moving and deleting.
    How to insert them.
    Thanx
  • VBPhilly
    New Member
    • Aug 2007
    • 95

    #2
    Originally posted by Ali Rizwan
    Hi all
    I want to insert AVI animation in my form which will show the cpying progrees as well as moving and deleting.
    How to insert them.
    Thanx
    Quick answer: use a picturebox with some API implementation.
    See: http://www.andreavb.com/tip090006.html

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by VBPhilly
      Quick answer: use a picturebox with some API implementation.
      Easier answer: use the animation control.

      Comment

      Working...