Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AVI keeps stopping when code continues!

Status
Not open for further replies.

JJayUK

Programmer
Dec 18, 2001
57
GB
Hi,

I'm trying to use the media player control on a form to display a helpful, small avi animation that lets the user know processing is going on behind the scenes - a kind of 'Please wait' form.

The form loads and displays the avi file correctly but whenever the processing it's supposed to do begins the player stops.

Is there are way to keep the player running while other code is executed?

Any help appreciated.

Regards,
JJayUK
 
If your process is running in a loop, try putting a DOEvents in the loop. Let me know if this helps
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top