Im using WMP to play mp3 files, the files are part of my solution explorer and I am playing them buy setting the files as a url like this
AxWMP.URL = "EXAMPLE.mp3"
I cant figure out haw to repeat them though! Ive tried:
AxWMP.settings.setMode ("loop", true)
But that diddn't work. Any ideas?