Using Thumbnail Images in a List Control
Posted
by Yi Ren
on February 11th, 2001
Introduction:
This purpose of this article is to show you how to display thumbnail images in a list control.The demo project is very straightforward:
- It goes through a directory user specified to search for all the bitmap files, and store their names in a dynamic vector, "m_VectorImageNames".
- On clicking the "Load" button, It draws the thumbnails of the bitmaps in the list control by calling the function "DrawThumbnails ()".
- Draw the selected thumbnail image to fit into the image display area.
Acknowledgements:
- Encapsulated Dib API - by Jorge Lodos
- Class for Browsing shell namespace with your own dialog - by Selom Ofori

Comments
Implementing Brightness to this application
Posted by wencong on 03/15/2004 11:14pmhi..anyone have any ideas on how to implement brightness adjustment into this application.. for example : user is able to adjust the brightness of the selected thumbnail image in the picture box. thanks
-
ReplyHELP!
Posted by wencong on 03/17/2004 09:54pmsome1 who read this comment pls do try to help me...thanks =p
ReplyHelp
Posted by Legacy on 02/19/2004 12:00amOriginally posted by: yves
When i change this project to VC++ 7.0, it gt an error saying nCount>=0. this error occurs when i press the browse button... Anyone can help me
thank a lot
ReplyHow to print the image
Posted by Legacy on 05/20/2003 12:00amOriginally posted by: Daniel
How can I print The Image??
ReplyDemo project using GDI+ to display BMP, JPEG, GIF, TIFF, PNG thumbnails
Posted by Legacy on 04/08/2003 12:00amOriginally posted by: Yi Ren
A lof people ask me to give a demo. project to show the thumbnails of images other than BMP. This demo. program uses the new GDI+ to manipulate the images with BMP. JPEG, GIF, TIFF and PNG formats. If you want to know something about GDI+, refer to an article in the MSDN magzine at the link below: http://msdn.microsoft.com/msdnmag/issues/02/03/c/default.aspx
Yi
ReplyPlease give a Demo code about use JPG image. Thanks!
Posted by Legacy on 02/17/2003 12:00amOriginally posted by: chequan
Thanks!
ReplyPlease give a Demo code about use JPG image. Thanks!
Posted by Legacy on 02/17/2003 12:00amOriginally posted by: chequan
Thanks!
ReplyFantastic!!
Posted by Legacy on 10/31/2002 12:00amOriginally posted by: Denis
Fantastic
Reply
Selected item(s)
Posted by Legacy on 10/15/2001 12:00amOriginally posted by: Enrico Fichtner
How to render the selected item(s) differently than they are in your app? The standard style of selection looks ugly with 'real' images (my oppinion).
ReplyTEST
Posted by Legacy on 07/31/2001 12:00amOriginally posted by: jane doe
TEST
ReplyUsing Thumbnail Images in a List Control
Posted by Legacy on 05/09/2001 12:00amOriginally posted by: Bath
How to load tiff files insted of bmp???????
Reply