Click here to Skip to main content
15,892,965 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TreeCtrl Navigating all items programatically Pin
Michael Dunn18-Dec-03 5:41
sitebuilderMichael Dunn18-Dec-03 5:41 
GeneralPush button Pin
J.B.17-Dec-03 15:51
J.B.17-Dec-03 15:51 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 19:22
Prakash Nadar17-Dec-03 19:22 
GeneralRe: Push button Pin
J.B.17-Dec-03 21:26
J.B.17-Dec-03 21:26 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 21:39
Prakash Nadar17-Dec-03 21:39 
GeneralRe: Push button Pin
J.B.17-Dec-03 21:47
J.B.17-Dec-03 21:47 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 23:20
Prakash Nadar17-Dec-03 23:20 
GeneralIShellExtInit and IContextMenu; Pin
Bo Hunter17-Dec-03 15:36
Bo Hunter17-Dec-03 15:36 
GeneralRe: IShellExtInit and IContextMenu; Pin
Dinesh Ahuja19-Dec-03 2:20
Dinesh Ahuja19-Dec-03 2:20 
General<vector> destructor problem Pin
aqzhao17-Dec-03 15:22
aqzhao17-Dec-03 15:22 
GeneralRe: <vector> destructor problem Pin
Phil Martin17-Dec-03 16:48
professionalPhil Martin17-Dec-03 16:48 
Generalid3 tag for wma file Pin
qdping17-Dec-03 14:03
qdping17-Dec-03 14:03 
GeneralRe: id3 tag for wma file Pin
Christian Graus17-Dec-03 15:19
protectorChristian Graus17-Dec-03 15:19 
GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 16:26
qdping17-Dec-03 16:26 
GeneralRe: id3 tag for wma file Pin
Christian Graus17-Dec-03 16:28
protectorChristian Graus17-Dec-03 16:28 
GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 16:39
qdping17-Dec-03 16:39 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld17-Dec-03 21:13
Bob Stanneveld17-Dec-03 21:13 
Hello,

First things first! Is it the ID3v1 tag or the ID3v2 tag.

About the ID3v1 tag:
It is always 128 bytes long and it's located at the very end of the file. Those bytes mean the following:
0 - 2 : These bytes contain the string "TAG", if not, it's not a valid ID3v1 tag!
3 - 32 : Song Title.
33 - 62 : Artist.
63 - 92 : Album.
93 - 96 : Year.
97 - 126: Comments.
127 : Genre.

Sometimes byte 125 and 126 are the track number on the album!
More information on the ID3v1 tag can be found here[^].

about the ID3v2 tag:
It's size is variable, it can contain almost everything (even another song, lyrics, pictures...). This tag is located at the beginning of the file.

Read more about this tag here[^.

These sites helped me alot when I developed an application that needed to read those tags. I hope it does the same for you! Cool | :cool:





A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.


GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 21:31
qdping17-Dec-03 21:31 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld18-Dec-03 21:14
Bob Stanneveld18-Dec-03 21:14 
GeneralRe: id3 tag for wma file Pin
qdping18-Dec-03 21:55
qdping18-Dec-03 21:55 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld19-Dec-03 4:44
Bob Stanneveld19-Dec-03 4:44 
QuestionHow to initialize SDI Doc/View interface from MFC-based dll Pin
JoeSchmoe00717-Dec-03 13:36
JoeSchmoe00717-Dec-03 13:36 
QuestionHow to call a dll from MFC SDI application? Pin
Binayak17-Dec-03 13:00
Binayak17-Dec-03 13:00 
AnswerRe: How to call a dll from MFC SDI application? Pin
Prakash Nadar17-Dec-03 16:46
Prakash Nadar17-Dec-03 16:46 
General..\\..\\help in remembering what all this means Pin
Steve Messer17-Dec-03 12:55
Steve Messer17-Dec-03 12:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.