Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: connection pro Pin
Christian Graus2-Aug-06 23:54
protectorChristian Graus2-Aug-06 23:54 
AnswerRe: connection pro Pin
realin2-Aug-06 23:37
realin2-Aug-06 23:37 
QuestionSelection of node in TreeView Pin
psamy2-Aug-06 23:05
psamy2-Aug-06 23:05 
AnswerRe: Selection of node in TreeView Pin
stancrm2-Aug-06 23:16
stancrm2-Aug-06 23:16 
QuestionScoll Lock Key Status in javascript? Pin
murali_utr2-Aug-06 22:53
murali_utr2-Aug-06 22:53 
AnswerRe: Scoll Lock Key Status in javascript? Pin
Christian Graus2-Aug-06 23:11
protectorChristian Graus2-Aug-06 23:11 
JokeRe: Scoll Lock Key Status in javascript? [modified] Pin
Divyang Mithaiwala2-Aug-06 23:14
Divyang Mithaiwala2-Aug-06 23:14 
QuestionHow to merge two generic List Pin
abnorm2-Aug-06 22:44
abnorm2-Aug-06 22:44 
Hello,
Im wondering how to merge two different List<> into one?

List1
1, Green
2, Blue
3, Red
4, Black

List2
1, 11
2, 22
3, 33
4, 44

result
List1 (after merge)
1, Green, 11
2, Blue, 22
3, Red, 33
4, Black, 44

I now it´s possible in C# 3.0 (http://blogs.msdn.com/abhinaba/archive/2005/09/15/467926.aspx) but i cant use that! It must be a way to solve this, I don´t give up;)

/Albin
AnswerRe: How to merge two generic List Pin
Stefan Troschuetz2-Aug-06 23:07
Stefan Troschuetz2-Aug-06 23:07 
GeneralRe: How to merge two generic List Pin
abnorm3-Aug-06 0:07
abnorm3-Aug-06 0:07 
GeneralRe: How to merge two generic List Pin
Stefan Troschuetz3-Aug-06 0:23
Stefan Troschuetz3-Aug-06 0:23 
Questionpdb extension Pin
realin2-Aug-06 22:18
realin2-Aug-06 22:18 
AnswerRe: pdb extension Pin
Stefan Troschuetz2-Aug-06 22:51
Stefan Troschuetz2-Aug-06 22:51 
GeneralRe: pdb extension Pin
realin2-Aug-06 23:35
realin2-Aug-06 23:35 
GeneralRe: pdb extension Pin
Stefan Troschuetz2-Aug-06 23:45
Stefan Troschuetz2-Aug-06 23:45 
GeneralRe: pdb extension Pin
realin3-Aug-06 0:17
realin3-Aug-06 0:17 
GeneralRe: pdb extension Pin
Stefan Troschuetz3-Aug-06 0:30
Stefan Troschuetz3-Aug-06 0:30 
GeneralRe: pdb extension Pin
realin3-Aug-06 6:21
realin3-Aug-06 6:21 
Questioncab file extraction Pin
JacquesDP2-Aug-06 22:05
JacquesDP2-Aug-06 22:05 
AnswerRe: cab file extraction Pin
Robert Rohde3-Aug-06 0:29
Robert Rohde3-Aug-06 0:29 
GeneralRe: cab file extraction Pin
JacquesDP3-Aug-06 2:56
JacquesDP3-Aug-06 2:56 
GeneralRe: cab file extraction Pin
Robert Rohde3-Aug-06 6:50
Robert Rohde3-Aug-06 6:50 
GeneralRe: cab file extraction Pin
JacquesDP3-Aug-06 17:39
JacquesDP3-Aug-06 17:39 
GeneralRe: cab file extraction Pin
Robert Rohde3-Aug-06 20:14
Robert Rohde3-Aug-06 20:14 
GeneralRe: cab file extraction Pin
JacquesDP3-Aug-06 20:41
JacquesDP3-Aug-06 20:41 

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.