Windows Media Player repeat function for visual basic 2010

ล็อกแล้ว Windows Media Player repeat function for visual basic 2010

  • 5 สิงหาคม 2555 21:29
     
     

    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?