Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: DllImport / PInvoke Problem? Pin
Ed.Poore4-Oct-06 11:11
Ed.Poore4-Oct-06 11:11 
GeneralRe: DllImport / PInvoke Problem? Pin
David Knechtges5-Oct-06 7:32
David Knechtges5-Oct-06 7:32 
QuestionGTK# deployment - an installer project. Pin
P85Dyer4-Oct-06 7:47
P85Dyer4-Oct-06 7:47 
QuestionGrouping Array of Objects by Properties Pin
tntomek4-Oct-06 7:14
tntomek4-Oct-06 7:14 
AnswerRe: Grouping Array of Objects by Properties Pin
LongRange.Shooter4-Oct-06 7:17
LongRange.Shooter4-Oct-06 7:17 
GeneralRe: Grouping Array of Objects by Properties Pin
tntomek4-Oct-06 7:38
tntomek4-Oct-06 7:38 
AnswerRe: Grouping Array of Objects by Properties Pin
Nicholas Butler4-Oct-06 8:45
sitebuilderNicholas Butler4-Oct-06 8:45 
GeneralRe: Grouping Array of Objects by Properties Pin
LongRange.Shooter4-Oct-06 14:29
LongRange.Shooter4-Oct-06 14:29 
Thing[] things = manager.GetThings();
private SortedList<string, object> list = new SortedList<string, object>();
foreach ( Thing item in things )
{
    list.Add( item.B.ToString()+item.C.ToString(), item);
}


Now when you do your populate, you will end up with the list sorted by the values of B+C as you requested.


Sometimes you just have to think outside the square to see the rectangle.
QuestionSorting a listview from an array. Pin
teejayem4-Oct-06 6:10
teejayem4-Oct-06 6:10 
AnswerRe: Sorting a listview from an array. Pin
aamironline4-Oct-06 6:38
aamironline4-Oct-06 6:38 
AnswerRe: Sorting a listview from an array. Pin
Eric Dahlvang4-Oct-06 6:39
Eric Dahlvang4-Oct-06 6:39 
QuestionHow to get two child classes to access a third class Pin
Muntyness4-Oct-06 5:12
Muntyness4-Oct-06 5:12 
AnswerRe: How to get two child classes to access a third class Pin
Le centriste4-Oct-06 5:22
Le centriste4-Oct-06 5:22 
AnswerRe: How to get two child classes to access a third class Pin
led mike4-Oct-06 5:22
led mike4-Oct-06 5:22 
AnswerRe: How to get two child classes to access a third class Pin
aamironline4-Oct-06 5:23
aamironline4-Oct-06 5:23 
AnswerRe: How to get two child classes to access a third class Pin
Muntyness4-Oct-06 5:39
Muntyness4-Oct-06 5:39 
GeneralRe: How to get two child classes to access a third class Pin
aamironline4-Oct-06 6:00
aamironline4-Oct-06 6:00 
GeneralRe: How to get two child classes to access a third class Pin
LongRange.Shooter4-Oct-06 6:28
LongRange.Shooter4-Oct-06 6:28 
QuestionHow to get the height and width of a window with scrollbar Pin
Subramanyahs4-Oct-06 4:08
Subramanyahs4-Oct-06 4:08 
AnswerRe: How to get the height and width of a window with scrollbar Pin
f*** YOU4-Oct-06 5:07
f*** YOU4-Oct-06 5:07 
QuestionHow to create window installer in .Net Pin
Praveen Raghuvanshi4-Oct-06 3:54
professionalPraveen Raghuvanshi4-Oct-06 3:54 
AnswerRe: How to create window installer in .Net Pin
Chris Buckett4-Oct-06 4:56
Chris Buckett4-Oct-06 4:56 
GeneralRe: How to create window installer in .Net Pin
Praveen Raghuvanshi4-Oct-06 17:33
professionalPraveen Raghuvanshi4-Oct-06 17:33 
GeneralRe: How to create window installer in .Net Pin
Chris Buckett4-Oct-06 21:42
Chris Buckett4-Oct-06 21:42 
GeneralRe: How to create window installer in .Net Pin
Praveen Raghuvanshi5-Oct-06 21:40
professionalPraveen Raghuvanshi5-Oct-06 21:40 

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.