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

C#

 
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 
JokeRe: find all possible combinations in a List < List < int > > Pin
Luc Pattyn5-Oct-09 7:41
sitebuilderLuc Pattyn5-Oct-09 7:41 
GeneralRe: find all possible combinations in a List < List < int > > Pin
cechode5-Oct-09 7:58
cechode5-Oct-09 7:58 
i've been swingin and missing for a bit now.
now trying to somehow get

among the things i've tried so far 
tried to convert this to a self calling kinda thing
var PP = A.Where(x = > x > 0).SelectMany(g = > B.Where(c = > c > 0).Select(c = > new { aa = g, bb = c })).ToList();

but to no avail

then tried to get a bunch of from clauses ( one for each inner list )

            var ttt = (from g in A
                      from c in B
                      select new { aa = g, bb = c }).ToList();

but also failed 


now i figured i'd ask the experts here 

GeneralRe: find all possible combinations in a List < List < int > > 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 
Questionhelp in updating ms acess is needed! Pin
TGiril5-Oct-09 2:52
TGiril5-Oct-09 2:52 
AnswerRe: help in updating ms acess is needed! Pin
Henry Minute5-Oct-09 3:49
Henry Minute5-Oct-09 3:49 

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.