Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am new to MFC and I am facing this problem. I have CList object and i want to insert items into CListCtrl(Report Style) object. The following lines of code i have written in my application.

CList<cstring,> mUserInput;

mUserInput.AddHead(CString(_T("Date"))); //the data in mUserInput
.
.
.
Now i want to insert CList data into CListCtrl object.

CListCtrl m_ListControl;

Please help me. Thank you in advance!
Posted
Updated 2-Jun-15 19:04pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900