Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
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 
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 
I'm not sure I understand your original problem, since I thought you were asking about how to read ID3 tags from supported file types like MP3s.

If all you need to do is create arrays of information, either use an ArrayList (which internally re-dimensions arrays when they grow beyond the Capacity), or use a Hashtable for a dictionary-based (i.e., name/value pairs) "collection" so you can refer to things by name.

 

Microsoft MVP, Visual C#
My Articles
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 
QuestionHow to share application in C#? Pin
marmotchen12-Apr-04 1:26
marmotchen12-Apr-04 1:26 
AnswerRe: How to share application in C#? Pin
Mazdak12-Apr-04 1:46
Mazdak12-Apr-04 1:46 
AnswerRe: How to share application in C#? Pin
Heath Stewart12-Apr-04 4:06
protectorHeath Stewart12-Apr-04 4:06 
GeneralVISIO SDK OfficePlanSample Pin
Anonymous12-Apr-04 0:56
Anonymous12-Apr-04 0:56 

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.