ListControl Problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have a ListControl in ICON view .I have many bitmap files . Now I want to show the files in list view . How it is possible.
Rajesh
There are lots of example that might be useful for you. With a quick search in
CodeProject
archive I found these articles: - Showing the Image file thumbnail view in ListView control using VC++ 6.0[^] - Thumbnails Viewer using ListCtrl[^] - Using thumbnail images in a list control[^] You can find even more articles on this topic. :)