Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I've made an audio player.when i Click on the mp3 file my program runs.But do not add any files to the play list.Please help me.
Posted
Comments
ZurdoDev 12-Nov-12 8:38am    
You wrote the code and you want us to tell you how to make a playlist? What?

1 solution

You will need to retrieve the file(s) name/path from either the Main(string[] args) or Environment.GetCommandLineArgs()[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900