Displaying thumbnails
-
can any one tell how to display Thumbnails of image files.I want to display them as seen in Windows explorer..actually i'm working on this project in VC(Win32 Api)..without using MFC.
first, can you display images ? and where ? have a look at ::StretchBlt to stretch/shrink a bitmap.
Maximilien Lincourt "Never underestimate the bandwidth of a station wagon filled with backup tapes." ("Computer Networks" by Andrew S Tannenbaum )
-
can any one tell how to display Thumbnails of image files.I want to display them as seen in Windows explorer..actually i'm working on this project in VC(Win32 Api)..without using MFC.
The thumnail control used in explorer is available via COM. Can't remember what its called though. Have a google. Ryan
-
can any one tell how to display Thumbnails of image files.I want to display them as seen in Windows explorer..actually i'm working on this project in VC(Win32 Api)..without using MFC.
Check out CxImage. Someone posted a thumbnail function in the article discussion thread (which worked well). I haven't tried the lastest version, but it looks like he now has included thumbnail support. Regards Mike