- Home
·
- Graphics
·
- A very simple way of playing AVI files. All you need is an animation control, and a command button.
A very simple way of playing AVI files. All you need is an animation control, and a command button.
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.
(2(2 Vote))
Private Sub cmdPlay_Click()
With Animation1
.AutoPlay = True
.Open " " 'Place an AVI file path in between the inverted comma's.
End With
End Sub
A very simple way of playing AVI files. All you need is an animation control, and a command button. Comments
No comments yet — be the first to post one!
Post a Comment