Hi,
For the purpose of creating a very simple mp3 player i would like to have a listview that allows a user to click on a listed file and play an audio file.
I figure that to solve this the program should display the contents of a directory containing the music files in listview.
Please could somebody explain very simply how to populate listview with the contents of a directory? I also realise that maybe listview may not be appropriate for this, if so what should i use.
p.s Im working with XP and visual studio 2005.