Click here to Skip to main content
15,885,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear all,
I need to load multiple images and display them into one column of a List control. I searched around and found many examples about display images into List control, they can do many awesome things, but they only display one image per column.
Can you show me how to display multiple images in one column of List control, or is there another control else which can achieve my goal?
I'm using MFC on VS.NET2003.
Posted
Updated 12-Jul-13 5:14am
v2

1 solution

Here is a suberb article of the famous Michael Dunn about drawing in a list control

Neat Stuff to Do in List Controls Using Custom Draw[^]

You need to user owner draw your stuff for yourself. I have shown you the way ;-)
 
Share this answer
 
v2
Comments
thanh_bkhn 15-Jul-13 21:23pm    
Thank you for your answer. I read this article before. It seems that I have still a lot of thing to do :) Thanks anyway.
KarstenK 16-Jul-13 2:54am    
It is some wok. Consider drawing all parts into one Memory DC or Memory bitmap and than blit them to screen.

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