Play avi file on a form
Play avi file on a form
Rate Play avi file on a form
(2(2 Vote))
With Commondialog1
Commondialog1.Filename ="?"
End With
With Animation1
.Open Commondialog1.Filename
Animation1.Play
End With
'Add commondialog control and animation control onto your form
Play avi file on a form Comments
No comments yet — be the first to post one!
Post a Comment