Click here to Skip to main content
15,898,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to tell whether a string is a number? Pin
Richard Deeming6-Feb-03 0:33
mveRichard Deeming6-Feb-03 0:33 
GeneralRe: How to tell whether a string is a number? Pin
Vasudevan Deepak Kumar6-Feb-03 2:22
Vasudevan Deepak Kumar6-Feb-03 2:22 
GeneralRe: How to tell whether a string is a number? Pin
Richard Deeming6-Feb-03 2:33
mveRichard Deeming6-Feb-03 2:33 
GeneralRe: How to tell whether a string is a number? Pin
Vasudevan Deepak Kumar7-Feb-03 0:11
Vasudevan Deepak Kumar7-Feb-03 0:11 
GeneralRe: How to tell whether a string is a number? Pin
Richard Deeming7-Feb-03 0:15
mveRichard Deeming7-Feb-03 0:15 
GeneralTabbing MDI childs Pin
thedex5-Feb-03 11:11
thedex5-Feb-03 11:11 
GeneralRe: Tabbing MDI childs Pin
Vasudevan Deepak Kumar6-Feb-03 2:29
Vasudevan Deepak Kumar6-Feb-03 2:29 
QuestionHow to create a control that docks and slides like the toolbox? Pin
thedex5-Feb-03 11:06
thedex5-Feb-03 11:06 
AnswerRe: How to create a control that docks and slides like the toolbox? Pin
Chris Austin5-Feb-03 13:13
Chris Austin5-Feb-03 13:13 
QuestionDateTimePicker Color Change? Pin
Sovman5-Feb-03 10:42
Sovman5-Feb-03 10:42 
AnswerRe: DateTimePicker Color Change? Pin
TigerNinja_6-Feb-03 3:55
TigerNinja_6-Feb-03 3:55 
GeneralBuilding a .NET User Control base Class Pin
Anonymous5-Feb-03 7:46
Anonymous5-Feb-03 7:46 
GeneralRe: Building a .NET User Control base Class Pin
TigerNinja_5-Feb-03 8:28
TigerNinja_5-Feb-03 8:28 
GeneralRe: Building a .NET User Control base Class Pin
leppie5-Feb-03 9:07
leppie5-Feb-03 9:07 
GeneralRe: Building a .NET User Control base Class Pin
FruitBatInShades5-Feb-03 10:43
FruitBatInShades5-Feb-03 10:43 
GeneralDeserialization problem Pin
Roman Shchugarev5-Feb-03 1:43
Roman Shchugarev5-Feb-03 1:43 
GeneralRe: Deserialization problem Pin
marcossl5-Feb-03 7:02
marcossl5-Feb-03 7:02 
GeneralRe: Deserialization problem Pin
Roman Shchugarev5-Feb-03 19:41
Roman Shchugarev5-Feb-03 19:41 
GeneralSplitters and WinForms Pin
Braulio Dez4-Feb-03 21:08
Braulio Dez4-Feb-03 21:08 
GeneralRe: Splitters and WinForms Pin
Furty4-Feb-03 23:04
Furty4-Feb-03 23:04 
GeneralRe: Splitters and WinForms Pin
Braulio Dez4-Feb-03 23:26
Braulio Dez4-Feb-03 23:26 
QuestionHow to load .resx file Pin
chito4-Feb-03 20:54
chito4-Feb-03 20:54 
GeneralWeb Browser Pin
chrisrowe4-Feb-03 18:44
chrisrowe4-Feb-03 18:44 
GeneralDynamic calls to Dll Pin
Ranjani Rajanikanth4-Feb-03 17:58
Ranjani Rajanikanth4-Feb-03 17:58 
GeneralAutogenerating collections Pin
Domenic Denicola4-Feb-03 16:36
Domenic Denicola4-Feb-03 16:36 
While we wait for generics, I was wondering about collections for a bit. You see, in the .NET Framework library, it seems that Microsoft has created a nice type-safe collection for pretty much every type they use lists for—AttributeCollection, TreeNodeCollection—you name it, they've got it.

So, for my code, which I'm hoping to turn into a really nice utterly perfect DirectX class library that conforms to all the wonderfulness of all guidelines, should I do this? Right now I'm just using ArrayLists, which work OK. However, I could use Chris Sells's really cool tool[^] CollectionGen to generate a bunch of type-safe collections.

Advice?


-Domenic Denicola- [CPUA 0x1337]

“I was born human. But this was an accident of fate—a condition merely of time and place. I believe it's something we have the power to change…”

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.