It depends on which media player you are using. With Wmp.dll its
This will load and play the file.VB Code:
WindowsMediaPlayer1.URL = App.Path & "\Your.mp3"
I'm not sure your code will work because your only showing a FileListBox. You will need a DirListBox to find the path to this file.





Reply With Quote