Click here to Skip to main content
16,005,697 members
Home / Discussions / C#
   

C#

 
QuestionHierarchical hyperlink hype Pin
Istvan4047-Sep-07 10:55
Istvan4047-Sep-07 10:55 
QuestionData Grid View Calculations Pin
jasper0187-Sep-07 10:54
jasper0187-Sep-07 10:54 
AnswerRe: Data Grid View Calculations Pin
Giorgi Dalakishvili7-Sep-07 11:06
mentorGiorgi Dalakishvili7-Sep-07 11:06 
GeneralRe: Data Grid View Calculations Pin
jasper01810-Sep-07 7:20
jasper01810-Sep-07 7:20 
Questioncalculate subitems Pin
andredani7-Sep-07 10:44
andredani7-Sep-07 10:44 
AnswerRe: calculate subitems Pin
Giorgi Dalakishvili7-Sep-07 11:11
mentorGiorgi Dalakishvili7-Sep-07 11:11 
GeneralRe: calculate subitems Pin
andredani7-Sep-07 11:16
andredani7-Sep-07 11:16 
AnswerRe: calculate subitems Pin
Skippums7-Sep-07 11:44
Skippums7-Sep-07 11:44 
I think you are attempting to do something like...

int result = 0;
foreach (lvi item in items)
result += item.subitem[4] * item.subitem[5];

is this what you are attempting to do? I am really confused by how you get 700 from that example. Just ignore in your next post the fact that the numbers are subitems, and pretend like they are already integers so your problem becomes a bit more clear to the rest of us.

-Jeff
GeneralRe: calculate subitems Pin
andredani7-Sep-07 11:52
andredani7-Sep-07 11:52 
GeneralRe: calculate subitems Pin
Guffa7-Sep-07 12:01
Guffa7-Sep-07 12:01 
GeneralRe: calculate subitems Pin
ChrisKo7-Sep-07 12:01
ChrisKo7-Sep-07 12:01 
GeneralRe: calculate subitems Pin
andredani7-Sep-07 12:17
andredani7-Sep-07 12:17 
GeneralRe: calculate subitems Pin
ChrisKo7-Sep-07 12:53
ChrisKo7-Sep-07 12:53 
GeneralRe: calculate subitems [modified] Pin
andredani7-Sep-07 13:10
andredani7-Sep-07 13:10 
GeneralRe: calculate subitems Pin
Skippums10-Sep-07 3:29
Skippums10-Sep-07 3:29 
Questiondatagrid selected rows loop Pin
jnallen7-Sep-07 6:12
jnallen7-Sep-07 6:12 
AnswerRe: datagrid selected rows loop Pin
Christian Graus7-Sep-07 6:22
protectorChristian Graus7-Sep-07 6:22 
GeneralRe: datagrid selected rows loop Pin
jnallen7-Sep-07 8:30
jnallen7-Sep-07 8:30 
GeneralRe: datagrid selected rows loop [modified] Pin
Larantz7-Sep-07 10:36
Larantz7-Sep-07 10:36 
GeneralRe: datagrid selected rows loop Pin
Larantz7-Sep-07 12:00
Larantz7-Sep-07 12:00 
QuestionSimple Login Pin
andredani7-Sep-07 6:11
andredani7-Sep-07 6:11 
AnswerRe: Simple Login Pin
Christian Graus7-Sep-07 6:19
protectorChristian Graus7-Sep-07 6:19 
GeneralRe: Simple Login [modified] Pin
andredani7-Sep-07 6:27
andredani7-Sep-07 6:27 
Questionc++ and c# issue Pin
dany_ch7-Sep-07 5:05
dany_ch7-Sep-07 5:05 
AnswerRe: c++ and c# issue Pin
Luc Pattyn7-Sep-07 5:20
sitebuilderLuc Pattyn7-Sep-07 5:20 

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.