VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A very simple way of playing AVI files. All you need is an animation control, and a command button.

by Russ & Scott (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 11th June 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A very simple way of playing AVI files. All you need is an animation control, and a command button.

Rate A very simple way of playing AVI files. All you need is an animation control, and a command button.




Private Sub cmdPlay_Click()
    With Animation1
        .AutoPlay = True
        .Open " "       'Place an AVI file path in between the inverted comma's.
    End With
End Sub

Download this snippet    Add to My Saved Code

A very simple way of playing AVI files. All you need is an animation control, and a command button. Comments

No comments have been posted about A very simple way of playing AVI files. All you need is an animation control, and a command button.. Why not be the first to post a comment about A very simple way of playing AVI files. All you need is an animation control, and a command button..

Post your comment

Subject:
Message:
0/1000 characters