Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# 2005 Tab pages and designed pages Pin
Abhinav S23-Jan-10 4:04
Abhinav S23-Jan-10 4:04 
GeneralRe: C# 2005 Tab pages and designed pages Pin
Not Active23-Jan-10 4:42
mentorNot Active23-Jan-10 4:42 
AnswerRe: C# 2005 Tab pages and designed pages Pin
Luc Pattyn23-Jan-10 7:10
sitebuilderLuc Pattyn23-Jan-10 7:10 
QuestionC# books Pin
gamer112722-Jan-10 23:43
gamer112722-Jan-10 23:43 
AnswerRe: C# books Pin
Shadoblaque23-Jan-10 0:55
Shadoblaque23-Jan-10 0:55 
GeneralRe: C# books Pin
gamer112723-Jan-10 1:45
gamer112723-Jan-10 1:45 
GeneralRe: C# books Pin
Shadoblaque23-Jan-10 1:55
Shadoblaque23-Jan-10 1:55 
GeneralRe: C# books Pin
DaveyM6923-Jan-10 2:11
professionalDaveyM6923-Jan-10 2:11 
I don't doubt that your code works, but whenever I see ArrayList in someone's code I begin to have doubts.

The OP said he had VS2005 so he will most likely be using .NET 2.0 which has generic lists List<T> which should be used instead.

Also, your final foreach loop may possibly be removed by the use of the AddRange method which would be far more efficient.

Dave

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: C# books Pin
Shadoblaque23-Jan-10 3:03
Shadoblaque23-Jan-10 3:03 
GeneralRe: C# books Pin
DaveyM6923-Jan-10 3:46
professionalDaveyM6923-Jan-10 3:46 
AnswerRe: C# books Pin
Roger Wright23-Jan-10 20:19
professionalRoger Wright23-Jan-10 20:19 
Questionconnect to SQL Pin
jojoba201022-Jan-10 20:13
jojoba201022-Jan-10 20:13 
AnswerRe: connect to SQL Pin
Roger Wright22-Jan-10 20:18
professionalRoger Wright22-Jan-10 20:18 
QuestionRe: connect to SQL Pin
jojoba201022-Jan-10 20:32
jojoba201022-Jan-10 20:32 
AnswerMessage Closed Pin
22-Jan-10 20:45
stancrm22-Jan-10 20:45 
QuestionRe: connect to SQL Pin
jojoba201022-Jan-10 20:55
jojoba201022-Jan-10 20:55 
AnswerRe: connect to SQL Pin
Roger Wright22-Jan-10 20:51
professionalRoger Wright22-Jan-10 20:51 
QuestionRe: connect to SQL Pin
jojoba201022-Jan-10 20:59
jojoba201022-Jan-10 20:59 
AnswerRe: connect to SQL Pin
Roger Wright22-Jan-10 21:13
professionalRoger Wright22-Jan-10 21:13 
QuestionXna Graphics setting advise Pin
venomation22-Jan-10 19:00
venomation22-Jan-10 19:00 
AnswerRe: Xna Graphics setting advise Pin
Member 103390722-Jan-10 22:32
Member 103390722-Jan-10 22:32 
GeneralRe: Xna Graphics setting advise Pin
venomation23-Jan-10 7:28
venomation23-Jan-10 7:28 
QuestionImage processing Pin
Member 333222822-Jan-10 18:53
Member 333222822-Jan-10 18:53 
AnswerRe: Image processing Pin
OriginalGriff22-Jan-10 21:43
mveOriginalGriff22-Jan-10 21:43 
GeneralRe: Image processing Pin
Member 333222822-Jan-10 21:56
Member 333222822-Jan-10 21: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.