Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: Code-Portability Pin
Stefan Troschuetz12-Apr-04 10:38
Stefan Troschuetz12-Apr-04 10:38 
GeneralRe: Code-Portability Pin
Heath Stewart12-Apr-04 10:53
protectorHeath Stewart12-Apr-04 10:53 
GeneralReverse engineer Pin
Anonymous12-Apr-04 7:17
Anonymous12-Apr-04 7:17 
GeneralRe: Reverse engineer Pin
Heath Stewart12-Apr-04 8:27
protectorHeath Stewart12-Apr-04 8:27 
GeneralRe: Reverse engineer Pin
Anonymous12-Apr-04 8:40
Anonymous12-Apr-04 8:40 
GeneralRe: Reverse engineer Pin
Heath Stewart12-Apr-04 8:43
protectorHeath Stewart12-Apr-04 8:43 
GeneralID3 algorithm Pin
Member 75113912-Apr-04 7:13
Member 75113912-Apr-04 7:13 
GeneralRe: ID3 algorithm Pin
Heath Stewart12-Apr-04 8:24
protectorHeath Stewart12-Apr-04 8:24 
You can use a FileStream and seek to the last 128 bytes for ID3v1, or search the stream until you find "TAG" for ID3v2 and higher, IIRC. Just see the specs for ID3 for more information.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: ID3 algorithm Pin
Daniel Turini12-Apr-04 9:58
Daniel Turini12-Apr-04 9:58 
GeneralRe: ID3 algorithm Pin
Member 7511394-May-04 1:21
Member 7511394-May-04 1:21 
GeneralRe: ID3 algorithm Pin
Member 75113912-Apr-04 21:24
Member 75113912-Apr-04 21:24 
GeneralRe: ID3 algorithm Pin
Heath Stewart13-Apr-04 2:55
protectorHeath Stewart13-Apr-04 2:55 
General"open with"... Pin
sammyh12-Apr-04 3:19
sammyh12-Apr-04 3:19 
GeneralRe: "open with"... Pin
Heath Stewart12-Apr-04 3:51
protectorHeath Stewart12-Apr-04 3:51 
GeneralRe: "open with"... Pin
SJ_Phoenix12-Apr-04 4:18
SJ_Phoenix12-Apr-04 4:18 
GeneralRe: "open with"... Pin
sammyh12-Apr-04 4:55
sammyh12-Apr-04 4:55 
GeneralRe: "open with"... Pin
Heath Stewart12-Apr-04 5:28
protectorHeath Stewart12-Apr-04 5:28 
GeneralRe: "open with"... Pin
sammyh12-Apr-04 5:42
sammyh12-Apr-04 5:42 
Questioncan i create a 256 colors bitmap instance directly? Pin
fu012-Apr-04 2:48
fu012-Apr-04 2:48 
AnswerRe: can i create a 256 colors bitmap instance directly? Pin
Mazdak12-Apr-04 3:15
Mazdak12-Apr-04 3:15 
GeneralRe: can i create a 256 colors bitmap instance directly? Pin
fu014-Apr-04 1:47
fu014-Apr-04 1:47 
AnswerRe: can i create a 256 colors bitmap instance directly? Pin
Heath Stewart12-Apr-04 3:57
protectorHeath Stewart12-Apr-04 3:57 
GeneralCalling a class exported by a custom DLL in C# Pin
Vini Deep12-Apr-04 2:23
Vini Deep12-Apr-04 2:23 
GeneralRe: Calling a class exported by a custom DLL in C# Pin
sammyh12-Apr-04 3:14
sammyh12-Apr-04 3:14 
GeneralRe: Calling a class exported by a custom DLL in C# Pin
Heath Stewart12-Apr-04 4:01
protectorHeath Stewart12-Apr-04 4:01 

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.