Hi,
I have included the Microsoft Multimedia Control 6.0 in my project, to enable me to play some .wav files.
I can set the file to play and stop at run time, but does anyone know how to set to play-looped at run time?
Thanks, Matt
Printable View
Hi,
I have included the Microsoft Multimedia Control 6.0 in my project, to enable me to play some .wav files.
I can set the file to play and stop at run time, but does anyone know how to set to play-looped at run time?
Thanks, Matt
On the condition of file stop have it play.
I.e.VB Code:
Private Sub MMControl1_Done(NotifyCode As Integer) MMControl1.Start End Sub