Connecting Tech Pros Worldwide Forums | Help | Site Map

AVI in VB6 Animation Control

Rod Johnson
Guest
 
Posts: n/a
#1: Sep 16 '06
I have an AVI which was created from a WMV File using
Blaze Media Pro. I am running it in a VB6 Animation Control.
I can manually Open, Run, Stop, Close OK. What I now need to know
is how to determine when the AVI has finished so I can write
Code to then automatically Stop the AVI and Close the Animation
Control. Can anyone help? Thanks...




313 Games
Guest
 
Posts: n/a
#2: Jan 4 '07

re: AVI in VB6 Animation Control


>I have an AVI which was created from a WMV File using
Quote:
Blaze Media Pro. I am running it in a VB6 Animation Control.
I can manually Open, Run, Stop, Close OK. What I now need to know
is how to determine when the AVI has finished so I can write
Code to then automatically Stop the AVI and Close the Animation
Control. Can anyone help? Thanks...
well, i dont know if it works, but you can try making a timer of 1000 ms,
and then every tick check if wmp (if you use wmp,) is stopped, then close
the form or,, stuff you want to happen.

313


Closed Thread


Similar Visual Basic 4 / 5 / 6 bytes