I am making an mp3 jukebox which seaches for mp3s on my hardrive then lists the results in a list box
i can make a button play a specific mp3 by using
MediaPlayer1.Open "D:\Dr. Dre - Forgot about DRE.mp3"
how can i use that code and have the path in the list box become the "D:\Dr. Dre - Forgot about DRE.mp3"???

if u know of anything that will help me please tell me!