Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
AnswerRepost to wrong forum Pin
Not Active5-Oct-09 9:43
mentorNot Active5-Oct-09 9:43 
Questionneed help with excel version problem Pin
jashimu5-Oct-09 7:53
jashimu5-Oct-09 7:53 
AnswerRe: need help with excel version problem Pin
Eddy Vluggen5-Oct-09 8:41
professionalEddy Vluggen5-Oct-09 8:41 
GeneralRe: need help with excel version problem Pin
jashimu5-Oct-09 9:13
jashimu5-Oct-09 9:13 
GeneralRe: need help with excel version problem Pin
Eddy Vluggen5-Oct-09 10:54
professionalEddy Vluggen5-Oct-09 10:54 
GeneralRe: need help with excel version problem Pin
jashimu6-Oct-09 5:28
jashimu6-Oct-09 5:28 
AnswerRe: need help with excel version problem Pin
Dave Kreskowiak5-Oct-09 8:51
mveDave Kreskowiak5-Oct-09 8:51 
Questionfind all possible combinations in a List < List < int > > [modified] Pin
cechode5-Oct-09 7:29
cechode5-Oct-09 7:29 
can't figure out a lambada expression that would yield a falttened result of all combinations within the input list of lists

List < List < int > > FindEm(List < List < int > > inputLists) {
            var X = ?!?
        }


assuming that the input was populated with



List<int> A = new List<int>(new int[] { 1, 2, 3 });
List<int> A = new List<int>(new int[] { 4, 5, 6 });
List<int> A = new List<int>(new int[] { 7, 8, 9 });

List<List<int>> lists = new List<List<int>>( );
lists.Add(A);
lists.Add(B);
lists.Add(C);


the result would look something like

1,4,7
1,4,8
1,4,9
2,4,7
.....


any help or direction would be greatly appriciated Smile | :)

modified on Monday, October 5, 2009 1:35 PM

JokeRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
Luc Pattyn5-Oct-09 7:41
sitebuilderLuc Pattyn5-Oct-09 7:41 
GeneralRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
cechode5-Oct-09 7:58
cechode5-Oct-09 7:58 
GeneralRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
Ian Shlasko5-Oct-09 9:04
Ian Shlasko5-Oct-09 9:04 
QuestionSetup Project help Pin
Etienne_1235-Oct-09 5:43
Etienne_1235-Oct-09 5:43 
AnswerRe: Setup Project help Pin
Etienne_1235-Oct-09 7:15
Etienne_1235-Oct-09 7:15 
QuestionI need to move from google search result soap to search result html parser, any help? Pin
Yasser Ahmad5-Oct-09 4:43
Yasser Ahmad5-Oct-09 4:43 
QuestionClipboard.Clear() cause Excel Crashes at startup Pin
Delven Foo5-Oct-09 4:40
Delven Foo5-Oct-09 4:40 
AnswerRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Luc Pattyn5-Oct-09 6:10
sitebuilderLuc Pattyn5-Oct-09 6:10 
GeneralRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Delven Foo5-Oct-09 6:27
Delven Foo5-Oct-09 6:27 
GeneralRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Luc Pattyn5-Oct-09 6:47
sitebuilderLuc Pattyn5-Oct-09 6:47 
GeneralRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Delven Foo5-Oct-09 7:19
Delven Foo5-Oct-09 7:19 
GeneralRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Richard MacCutchan5-Oct-09 7:33
mveRichard MacCutchan5-Oct-09 7:33 
Generalno crash Pin
Luc Pattyn5-Oct-09 7:34
sitebuilderLuc Pattyn5-Oct-09 7:34 
QuestionKey Press Event : ctrl + C Pin
bonzaiholding5-Oct-09 4:19
bonzaiholding5-Oct-09 4:19 
AnswerRe: Key Press Event : ctrl + C Pin
DaveyM695-Oct-09 4:35
professionalDaveyM695-Oct-09 4:35 
GeneralRe: Key Press Event : ctrl + C Pin
bonzaiholding5-Oct-09 5:00
bonzaiholding5-Oct-09 5:00 
QuestionCrystal Report Plug-ins Pin
satsumatable5-Oct-09 4:02
satsumatable5-Oct-09 4:02 

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.