Click here to Skip to main content
15,889,176 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView problem Pin
joon vh.4-Apr-07 2:46
joon vh.4-Apr-07 2:46 
QuestionChanging the order of the flow layout panel items in real time Pin
sinosoidal4-Apr-07 1:23
sinosoidal4-Apr-07 1:23 
QuestionSystem.IO.Directory.Exists with drive as parameter doesn't work in Vista (?) Pin
ea3-lf4-Apr-07 1:11
ea3-lf4-Apr-07 1:11 
AnswerRe: System.IO.Directory.Exists with drive as parameter doesn't work in Vista (?) Pin
joon vh.4-Apr-07 3:03
joon vh.4-Apr-07 3:03 
AnswerRe: System.IO.Directory.Exists with drive as parameter doesn't work in Vista (?) Pin
Douglas Troy4-Apr-07 3:56
Douglas Troy4-Apr-07 3:56 
QuestionSend smily icons in Email Pin
Dipan Patel From Gandhinagar4-Apr-07 0:53
Dipan Patel From Gandhinagar4-Apr-07 0:53 
AnswerRe: Send smily icons in Email Pin
Christian Graus4-Apr-07 1:29
protectorChristian Graus4-Apr-07 1:29 
QuestionHow to sort arraylist ? Pin
Saikek4-Apr-07 0:48
Saikek4-Apr-07 0:48 
Hello!
I have a ArrayList, that contains class (for example):
<br />
class A<br />
  {<br />
    int a<br />
    int b<br />
  public A() <br />
  {<br />
    a=0;<br />
    b=0;<br />
  }<br />
  public A(int Na, int Nb)<br />
  {<br />
    a=Na;<br />
    b=Nb;<br />
  }<br />
}


How to sort this elements in the arraylist ? The sorting field is A.



One nation - underground

AnswerRe: How to sort arraylist ? Pin
rah_sin4-Apr-07 0:57
professionalrah_sin4-Apr-07 0:57 
AnswerRe: How to sort arraylist ? Pin
Christian Graus4-Apr-07 1:00
protectorChristian Graus4-Apr-07 1:00 
GeneralRe: How to sort arraylist ? Pin
DavidNohejl4-Apr-07 1:57
DavidNohejl4-Apr-07 1:57 
GeneralRe: How to sort arraylist ? Pin
Martin#4-Apr-07 1:09
Martin#4-Apr-07 1:09 
AnswerRe: How to sort arraylist ? Pin
DavidNohejl4-Apr-07 1:52
DavidNohejl4-Apr-07 1:52 
GeneralRe: How to sort arraylist ? Pin
Martin#4-Apr-07 2:11
Martin#4-Apr-07 2:11 
GeneralRe: How to sort arraylist ? Pin
DavidNohejl4-Apr-07 21:44
DavidNohejl4-Apr-07 21:44 
GeneralRe: How to sort arraylist ? Pin
Martin#4-Apr-07 22:12
Martin#4-Apr-07 22:12 
GeneralRe: How to sort arraylist ? Pin
DavidNohejl4-Apr-07 23:06
DavidNohejl4-Apr-07 23:06 
GeneralRe: How to sort arraylist ? Pin
Martin#4-Apr-07 23:09
Martin#4-Apr-07 23:09 
QuestionSoftware live update help needed Pin
pashitech4-Apr-07 0:35
pashitech4-Apr-07 0:35 
AnswerRe: Software live update help needed Pin
Christian Graus4-Apr-07 0:54
protectorChristian Graus4-Apr-07 0:54 
GeneralRe: Software live update help needed [modified] Pin
pashitech4-Apr-07 1:02
pashitech4-Apr-07 1:02 
GeneralRe: Software live update help needed Pin
Not Active4-Apr-07 3:23
mentorNot Active4-Apr-07 3:23 
QuestionHow ToExecute DTS using C#.Net Code behind ?[modified] Pin
SrinivasanPrabakaran4-Apr-07 0:35
SrinivasanPrabakaran4-Apr-07 0:35 
Questionproblem. Pin
amaneet4-Apr-07 0:27
amaneet4-Apr-07 0:27 
AnswerRe: problem. Pin
Christian Graus4-Apr-07 0:38
protectorChristian Graus4-Apr-07 0:38 

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.