I'm writing my own media player for my IPAQ as I don't like the existing one and wondered if there was a method or workaround that allows the reading of the Artist/Album tags inside mp3 files.
I don't know the exact format of the mp3 files, but from what I can understand, the ID3 tag info is combined in the file header, so the binary dll must be used...
Sorry but no more info on this .....
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!
As Cableguy says - use BinaryFile to read the bytes form the file, write some code to parse them and use the binary file BytesToString function to convert the data.