I want to play an avi to show a copy in progress. I need an Animation Control and a Common Dialog Control adding to my form so the help files say.
I've got the Common Dialog, but can't find the Animation Control. Where is it?
Printable View
I want to play an avi to show a copy in progress. I need an Animation Control and a Common Dialog Control adding to my form so the help files say.
I've got the Common Dialog, but can't find the Animation Control. Where is it?
Try adding Microsoft Windows Common Controls 2.
To load the avi: Animation1.Open "C:\Program Files\Microsoft Visual Studio\Common\Graphics\Videos\FileCopy.avi"
Edited: Here is an example of playing AVI without the animation control.
Sorted, thanks...