Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

What MFC class must I use to do a Report ListView like Windows Explorer whem it shows Contents [The rows shows multiline texts and images ]

This is a listView with DialogBox, or other CWnd derived class, as list view itens?

Best regards.
Posted

1 solution

CListView[^] will do the display of the lists, and DlgDirList[^] will get you the file list. Google should find you some samples.
 
Share this answer
 
Comments
Member 10775708 15-Jul-15 10:22am    
Thanks Richard. But I need do this with data of database records, not with a dir list. It's possible?
Richard MacCutchan 15-Jul-15 10:36am    
OK, so you just need to populate the list with the data from your records.

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