Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
led mike2-Aug-07 7:31
led mike2-Aug-07 7:31 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Sternocera2-Aug-07 7:35
Sternocera2-Aug-07 7:35 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
David Crow2-Aug-07 8:05
David Crow2-Aug-07 8:05 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Sternocera2-Aug-07 10:08
Sternocera2-Aug-07 10:08 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
David Crow2-Aug-07 10:44
David Crow2-Aug-07 10:44 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Sternocera2-Aug-07 22:13
Sternocera2-Aug-07 22:13 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
David Crow3-Aug-07 2:43
David Crow3-Aug-07 2:43 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Sternocera2-Aug-07 22:24
Sternocera2-Aug-07 22:24 
InsertItem is an overloaded function. I found by calling it in this manner:
SampleReportCtrl.InsertItem(0, _T("test1"),0);
SampleReportCtrl.InsertItem(1, _T("test2"),0);
SampleReportCtrl.InsertItem(2, _T("test3"),0);

everything worked nicely. Thanks!
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
David Crow3-Aug-07 2:45
David Crow3-Aug-07 2:45 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Sternocera3-Aug-07 2:46
Sternocera3-Aug-07 2:46 
GeneralRe: MFC: CListCtrl derived class, "creportctrl" tutorial problem Pin
Haroon Sarwar2-Aug-07 18:26
Haroon Sarwar2-Aug-07 18:26 
QuestionGet controlls of a dialog if handle is known? Pin
robshere2-Aug-07 4:52
robshere2-Aug-07 4:52 
AnswerRe: Get controlls of a dialog if handle is known? Pin
Hamid_RT2-Aug-07 5:05
Hamid_RT2-Aug-07 5:05 
QuestionRe: Get controlls of a dialog if handle is known? Pin
David Crow2-Aug-07 5:18
David Crow2-Aug-07 5:18 
QuestionDisplay detection Pin
Trollslayer2-Aug-07 3:55
mentorTrollslayer2-Aug-07 3:55 
AnswerRe: Display detection Pin
Randor 2-Aug-07 7:58
professional Randor 2-Aug-07 7:58 
Questionhow to write a program that would swap the left and right audio channel Pin
rajneshmalik2-Aug-07 3:45
rajneshmalik2-Aug-07 3:45 
AnswerRe: how to write a program that would swap the left and right audio channel Pin
Russell'2-Aug-07 4:02
Russell'2-Aug-07 4:02 
QuestionCFileDialog how to select file Pin
Romiks2-Aug-07 3:17
Romiks2-Aug-07 3:17 
AnswerRe: CFileDialog how to select file Pin
Hamid_RT2-Aug-07 3:51
Hamid_RT2-Aug-07 3:51 
QuestionRe: CFileDialog how to select file Pin
David Crow2-Aug-07 3:51
David Crow2-Aug-07 3:51 
AnswerRe: CFileDialog how to select file Pin
gvisgr83-Aug-07 0:19
gvisgr83-Aug-07 0:19 
QuestionRe: Rewriting from vb.net to VC++(VS2005) Pin
David Crow2-Aug-07 2:55
David Crow2-Aug-07 2:55 
AnswerRe: Rewriting from vb.net to VC++(VS2005) Pin
Rivezle2-Aug-07 2:59
Rivezle2-Aug-07 2:59 
GeneralRe: Rewriting from vb.net to VC++(VS2005) Pin
David Crow2-Aug-07 3:03
David Crow2-Aug-07 3:03 

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.