Click here to Skip to main content
15,889,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to use c# dll in vc++ .net ? Pin
Hamid_RT30-May-07 2:42
Hamid_RT30-May-07 2:42 
AnswerRe: how to use c# dll in vc++ .net ? Pin
jalsa G30-May-07 3:02
jalsa G30-May-07 3:02 
GeneralRe: how to use c# dll in vc++ .net ? Pin
Hamid_RT30-May-07 8:52
Hamid_RT30-May-07 8:52 
QuestionProblem with AfxFormatStrings Pin
uday kiran janaswamy30-May-07 2:31
uday kiran janaswamy30-May-07 2:31 
AnswerRe: Problem with AfxFormatStrings Pin
jhwurmbach30-May-07 3:05
jhwurmbach30-May-07 3:05 
GeneralRe: Problem with AfxFormatStrings Pin
uday kiran janaswamy30-May-07 3:13
uday kiran janaswamy30-May-07 3:13 
GeneralRe: Problem with AfxFormatStrings Pin
jhwurmbach30-May-07 3:26
jhwurmbach30-May-07 3:26 
QuestionAgain ,again CListCtrl ! Pin
Bravoone_200630-May-07 2:14
Bravoone_200630-May-07 2:14 
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

AnswerRe: Again ,again CListCtrl ! Pin
#realJSOP30-May-07 2:45
mve#realJSOP30-May-07 2:45 
GeneralRe: Again ,again CListCtrl ! Pin
Bravoone_200630-May-07 2:47
Bravoone_200630-May-07 2:47 
GeneralRe: Again ,again CListCtrl ! Pin
#realJSOP30-May-07 3:21
mve#realJSOP30-May-07 3:21 
QuestionACL Pin
vivekphlp30-May-07 2:07
vivekphlp30-May-07 2:07 
AnswerRe: ACL Pin
David Crow30-May-07 6:12
David Crow30-May-07 6:12 
AnswerRe: ACL Pin
Hamid_RT30-May-07 8:52
Hamid_RT30-May-07 8:52 
QuestionSetup Maker Pin
garfield18530-May-07 1:47
garfield18530-May-07 1:47 
AnswerRe: Setup Maker Pin
Hamid_RT30-May-07 2:28
Hamid_RT30-May-07 2:28 
QuestionSimple pointer question... Pin
Haroon Sarwar30-May-07 1:32
Haroon Sarwar30-May-07 1:32 
AnswerRe: Simple pointer question... [modified] Pin
Nibu babu thomas30-May-07 1:49
Nibu babu thomas30-May-07 1:49 
AnswerRe: Simple pointer question... Pin
CPallini30-May-07 2:11
mveCPallini30-May-07 2:11 
AnswerRe: Simple pointer question... Pin
Matthew Faithfull30-May-07 2:20
Matthew Faithfull30-May-07 2:20 
AnswerRe: Simple pointer question... Pin
David Crow31-May-07 3:32
David Crow31-May-07 3:32 
QuestionAgain CListCtrl Pin
Bravoone_200630-May-07 1:01
Bravoone_200630-May-07 1:01 
AnswerRe: Again CListCtrl Pin
Naveen30-May-07 1:05
Naveen30-May-07 1:05 
QuestionRe: Again CListCtrl Pin
Bravoone_200630-May-07 1:08
Bravoone_200630-May-07 1:08 
AnswerRe: Again CListCtrl Pin
Naveen30-May-07 1:13
Naveen30-May-07 1:13 

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.