http://www.vb-helper.com/HowTo/mci4.zip

	Purpose
Play a sound while displaying ellapsed time

	Method
Use a Timer and examine the MCI control's Position property to find the
ellapsed time. When you reach a certain time, you could trigger some other
event. Using that technique, you can synchronize your program to the sound.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
