Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Even after googling and finding results i still cant find a way to display the Album Art of a Mp3.I use a openFileDialog to capture the path of a Mp3 and i want another PictureBox to display that!Somebody referred me to use TagLib but it dosent works! Also there are many ID3/2's Tag reader present but i cannot understand them clearly. I am new to Visual Studio coding and want a simple method. Any more libraries present?
Posted
Comments
Sergey Alexandrovich Kryukov 4-Aug-13 1:50am    
"I cannot understand" is not informative enough to make it a question. If you have a question because you failed to understand something, ask this question.
—SA

1 solution

If you "cannot understand" how to use one library, chances are, looking for another one won't make much sense: you won't be able to understand it, too. You did not even explain what the problem is.

My advice would be: pick up some simpler task.

By the way, in CodeProject you could find enough of stuff which is good enough to develop Id3 related projects: http://www.codeproject.com/search.aspx?q=Id3&doctypeid=1[^].

—SA
 
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