I want to put together a loop of 6 movies and want to use VB
I am able to run one but cannot seem to get them to run one after another. Any Thoughts?
Thanks
Printable View
I want to put together a loop of 6 movies and want to use VB
I am able to run one but cannot seem to get them to run one after another. Any Thoughts?
Thanks
Hi,
Maybe you could have each .avi running on its own form, then use a Timer to open the 6 forms one after another, and start the .avis in the Form_Activate event etc.
Just an idea,
GRAHAM :)