I added the WMP control to my project, but I can't figure out how to make the music I play through it loop!
Can someone help me with a (probably) noobish question?
Printable View
I added the WMP control to my project, but I can't figure out how to make the music I play through it loop!
Can someone help me with a (probably) noobish question?
try this:
vb Code:
AxWindowsMediaPlayer1.settings.setMode("Loop", True)