Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Basic window style question(non-MFC) Pin
Oztan Harmanci5-Aug-02 12:30
sussOztan Harmanci5-Aug-02 12:30 
GeneralRe: Basic window style question(non-MFC) Pin
Ernest Laurentin6-Aug-02 6:57
Ernest Laurentin6-Aug-02 6:57 
Generalquestion about _variant_t - not much info in MSDN Pin
ns5-Aug-02 8:04
ns5-Aug-02 8:04 
GeneralRe: question about _variant_t - not much info in MSDN Pin
Tomasz Sowinski5-Aug-02 8:15
Tomasz Sowinski5-Aug-02 8:15 
GeneralRe: question about _variant_t - not much info in MSDN Pin
Ranjan Banerji5-Aug-02 11:40
Ranjan Banerji5-Aug-02 11:40 
GeneralMP3 Header Information Pin
JennyP5-Aug-02 6:07
JennyP5-Aug-02 6:07 
GeneralRe: MP3 Header Information Pin
Roman Nurik5-Aug-02 6:55
Roman Nurik5-Aug-02 6:55 
GeneralRe: MP3 Header Information Pin
User 66585-Aug-02 11:03
User 66585-Aug-02 11:03 
Actually it is very easy to parse ID3V1 tags. Simply seek the file pointer of an mp3 file to the end minus 128 bytes. You can then read the 128 from this pointer until the EOF (End of file).
If the first three bytes equal "ID3" you know that there is an ID3V1 tag at the end.

However, I don't know how ID3V2 tags work Frown | :(

Greg

modified 12-Sep-18 21:01pm.

GeneralRe: MP3 Header Information Pin
Michael Dunn5-Aug-02 18:03
sitebuilderMichael Dunn5-Aug-02 18:03 
GeneralRe: MP3 Header Information Pin
User 66586-Aug-02 1:47
User 66586-Aug-02 1:47 
GeneralRe: MP3 Header Information Pin
Christian Graus5-Aug-02 13:24
protectorChristian Graus5-Aug-02 13:24 
GeneralRe: MP3 Header Information Pin
JennyP5-Aug-02 15:30
JennyP5-Aug-02 15:30 
GeneralRe: MP3 Header Information Pin
User 66586-Aug-02 1:50
User 66586-Aug-02 1:50 
GeneralCEdit Box -- select all contents Pin
JennyP5-Aug-02 6:05
JennyP5-Aug-02 6:05 
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 6:18
professionalChris Losinger5-Aug-02 6:18 
GeneralRe: CEdit Box -- select all contents Pin
JennyP5-Aug-02 17:46
JennyP5-Aug-02 17:46 
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 20:02
professionalChris Losinger5-Aug-02 20:02 
GeneralRe: CEdit Box -- select all contents Pin
JennyP5-Aug-02 20:15
JennyP5-Aug-02 20:15 
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 21:09
professionalChris Losinger5-Aug-02 21:09 
GeneralChat Server Pin
Shamoon5-Aug-02 4:22
Shamoon5-Aug-02 4:22 
GeneralRe: Chat Server Pin
Tomasz Sowinski5-Aug-02 4:24
Tomasz Sowinski5-Aug-02 4:24 
QuestionHow To Use MSFlexGrid in ATL Composite Control??? Pin
Uttam Kumar Unik!5-Aug-02 4:05
Uttam Kumar Unik!5-Aug-02 4:05 
AnswerRe: How To Use MSFlexGrid in ATL Composite Control??? Pin
Ernest Laurentin5-Aug-02 10:43
Ernest Laurentin5-Aug-02 10:43 
General_variant_t, WinXP and Win2K Pin
ns5-Aug-02 3:56
ns5-Aug-02 3:56 
GeneralRe: _variant_t, WinXP and Win2K Pin
Tim Smith5-Aug-02 4:10
Tim Smith5-Aug-02 4:10 

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.