Again ,again CListCtrl !
-
How can i get the sum for col2 ? i have a CListCtrl m_list -------------------------- |Col0 | Col1| Col2 | -------------------------- | 10 | 2 | 1 | -------------------------- | 10 | 2 | 1 | -------------------------- all i want is to get the sum from col3 = 2 m_list.GetItem(...); s1.Format(....); AfxMessageBox(s1); // =2 from (Col3) How Can i get the result?(from Col3); (sum)?
Bravoone
-
How can i get the sum for col2 ? i have a CListCtrl m_list -------------------------- |Col0 | Col1| Col2 | -------------------------- | 10 | 2 | 1 | -------------------------- | 10 | 2 | 1 | -------------------------- all i want is to get the sum from col3 = 2 m_list.GetItem(...); s1.Format(....); AfxMessageBox(s1); // =2 from (Col3) How Can i get the result?(from Col3); (sum)?
Bravoone
Wasn't one copy of your question enough?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Wasn't one copy of your question enough?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001ok,sorry
Bravoone
-
ok,sorry
Bravoone
Check your previous question - I provided enough code to get you going down the right path.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001