Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
QuestionRe: Appliction like taskbar Pin
joon vh.4-Apr-07 4:04
joon vh.4-Apr-07 4:04 
AnswerRe: Appliction like taskbar Pin
Colin Angus Mackay4-Apr-07 4:24
Colin Angus Mackay4-Apr-07 4:24 
GeneralRe: Appliction like taskbar Pin
Dan Neely4-Apr-07 5:08
Dan Neely4-Apr-07 5:08 
AnswerRe: Appliction like taskbar Pin
originSH4-Apr-07 23:52
originSH4-Apr-07 23:52 
AnswerRe: Appliction like taskbar Pin
__DanC__4-Apr-07 6:12
__DanC__4-Apr-07 6:12 
AnswerRe: Appliction like taskbar Pin
Muhammad Nauman Yousuf4-Apr-07 6:22
Muhammad Nauman Yousuf4-Apr-07 6:22 
GeneralRe: Appliction like taskbar Pin
__DanC__4-Apr-07 6:39
__DanC__4-Apr-07 6:39 
QuestionDataGridView problem Pin
t4ure4n4-Apr-07 1:42
t4ure4n4-Apr-07 1:42 
AnswerRe: DataGridView problem Pin
Hayder Marzouk4-Apr-07 2:41
Hayder Marzouk4-Apr-07 2:41 
GeneralRe: DataGridView problem Pin
joon vh.4-Apr-07 2:48
joon vh.4-Apr-07 2:48 
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 
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 
As others said, if you are using .NET 2.0 use generic collection (List<A>). As for sorting, you probably mean sorting by field int 'a'? As you dont expose anything (a,b is private) you could implement IComparable. Or if you can expose sorting field, custom implementation of IComparer that knows how to sort class A (e.g. A.SortByFieldAComparer). Look up appropriate interfaces in MSDN or google.


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

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 

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.