Click here to Skip to main content
15,909,747 members
Home / Discussions / C#
   

C#

 
Questionchecking files using c# Pin
ramyanaidu6-Oct-07 20:23
ramyanaidu6-Oct-07 20:23 
AnswerRe: checking files using c# Pin
lmoelleb6-Oct-07 21:43
lmoelleb6-Oct-07 21:43 
AnswerRe: checking files using c# Pin
BAIJUMAX7-Oct-07 5:19
professionalBAIJUMAX7-Oct-07 5:19 
AnswerRe: checking files using c# Pin
Paul Conrad7-Oct-07 5:44
professionalPaul Conrad7-Oct-07 5:44 
QuestionGetting InvalidOperationException when I modify an arraylist Pin
humblepgmr6-Oct-07 19:51
humblepgmr6-Oct-07 19:51 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Luc Pattyn6-Oct-07 20:24
sitebuilderLuc Pattyn6-Oct-07 20:24 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Matthew Cuba7-Oct-07 10:33
Matthew Cuba7-Oct-07 10:33 
AnswerRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak6-Oct-07 15:49
mveDave Kreskowiak6-Oct-07 15:49 
humblepgmr wrote:
aList.sort(); //this doesn't work


Obviously. The Sort method doesn't have any clue how to compare and sort your objects. So, you have to provide an IComparer[^] implementation to compare two of your objects and return the result of the compare.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How do you sort an ArrayList of customObjects? Pin
Pete O'Hanlon7-Oct-07 10:34
mvePete O'Hanlon7-Oct-07 10:34 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak7-Oct-07 15:52
mveDave Kreskowiak7-Oct-07 15:52 
QuestionSemi-Random Array Sorting Pin
BaraMustafa6-Oct-07 15:10
BaraMustafa6-Oct-07 15:10 
AnswerRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 15:31
protectorChristian Graus6-Oct-07 15:31 
GeneralRe: Semi-Random Array Sorting Pin
Lutosław6-Oct-07 22:09
Lutosław6-Oct-07 22:09 
GeneralRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 23:31
protectorChristian Graus6-Oct-07 23:31 
QuestionPLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
DiefAlla6-Oct-07 13:24
DiefAlla6-Oct-07 13:24 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) [modified] Pin
Dave Kreskowiak6-Oct-07 13:31
mveDave Kreskowiak6-Oct-07 13:31 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:49
protectorChristian Graus6-Oct-07 13:49 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Dave Kreskowiak6-Oct-07 15:42
mveDave Kreskowiak6-Oct-07 15:42 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:33
protectorChristian Graus6-Oct-07 13:33 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
BAIJUMAX7-Oct-07 5:35
professionalBAIJUMAX7-Oct-07 5:35 
QuestionProblem in deployment urgent Pin
Shuaib wasif khan6-Oct-07 12:36
Shuaib wasif khan6-Oct-07 12:36 
AnswerRe: Problem in deployment urgent Pin
Christian Graus6-Oct-07 13:07
protectorChristian Graus6-Oct-07 13:07 
AnswerRe: Problem in deployment urgent Pin
Paul Conrad7-Oct-07 5:46
professionalPaul Conrad7-Oct-07 5:46 
GeneralRe: Problem in deployment urgent Pin
Pete O'Hanlon7-Oct-07 10:40
mvePete O'Hanlon7-Oct-07 10:40 
GeneralRe: Problem in deployment urgent Pin
Paul Conrad7-Oct-07 11:05
professionalPaul Conrad7-Oct-07 11:05 

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.