My problem is this:
I've written a simple music lessons program where I play an "lesson.mpg" in VB6. I'm using the Multimedia control and sometimes It doesn't seem to respond. When I load a lesson the control will play it back but when it comes to the end it won't atomaticaly go back to the begining. I have to depress the back button. And I would also like to be able to loop the "lesson.mpg".

Here is what I have:

Private sub Form_Load()
MMControl1.Filename = (App.Path & "\Lesson1.mpg")
MMControl1.hWndDisplay = Picture1.hWnd
MMControl1.Command = "Open"
End Sub

Sorry for the simplicity, but I'm a musician first and a beginner programmer second and would appreciate any help I can get.

I have The Visual Basic 6 Reference Library and quite a few other books.
Can an *.mpg file play looped using the multimedia control?
This is really necessary. If not then is there another way to loop an *.mpg file?

Thanks again...Ron Lukawitski