How to use the DLL for MP3

PrinceMS

New member
Joined
Nov 16, 2008
Messages
1
Programming Experience
Beginner
I am trying to create an application. I need to read and write "Album Art" pciture from/to a mp3 file. I have decided to go an easy way and use a DLL that does it for me.

Unfortunately, I don't know how to use the DLL. This is what I have done it so far:

- I have imported it into the project and now I see it as namespace (but can't declare, use it)

- I have a sample code, but it is not working
----------------------------------------------------------

The project is IDsharp.Tagging : SourceForge.net: IdSharp

Source code is available, as well as VB6 sample app, and CHM API file. It uses "idsharp.dll" file to do everything. But I can't see the methods that I need to use

----------------------------------------------------------

Can someone guide me, How to use it?
 
Back
Top