It depends on which media player you are using. With Wmp.dll its
VB Code:
  1. WindowsMediaPlayer1.URL = App.Path & "\Your.mp3"
This will load and play the file.

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.