Windows ThumbNail
-
Hello Friends I want to display thumbails for my Files in the same way as windows does for .jpeg and other bitmap images. I want to know how windows display them means it uses some bitmap images or some dtabase to display them. I m having all the bitmap data that i want to display as thumbnail for my files but how do i use that windows display them as thumbnail? Thanks in Advance Regards Yogesh
-
Hello Friends I want to display thumbails for my Files in the same way as windows does for .jpeg and other bitmap images. I want to know how windows display them means it uses some bitmap images or some dtabase to display them. I m having all the bitmap data that i want to display as thumbnail for my files but how do i use that windows display them as thumbnail? Thanks in Advance Regards Yogesh
Use a CListCtrl and set as icons(LVS_ICON), now you can show the thumbnail image.
Величие не Бога может быть недооценена.
-
Use a CListCtrl and set as icons(LVS_ICON), now you can show the thumbnail image.
Величие не Бога может быть недооценена.
-
I dont want to display icons n list control.I want how to display as thumbnail. And I m using only win32.
-
I m asking how i can display it as thumbnail.how window will recognize that this bmp is for mine file format?
I don't understand dear. Whether you want to display a bitmap as thumbnail in your window?
Величие не Бога может быть недооценена.
-
I don't understand dear. Whether you want to display a bitmap as thumbnail in your window?
Величие не Бога может быть недооценена.
-
Hello Friends I want to display thumbails for my Files in the same way as windows does for .jpeg and other bitmap images. I want to know how windows display them means it uses some bitmap images or some dtabase to display them. I m having all the bitmap data that i want to display as thumbnail for my files but how do i use that windows display them as thumbnail? Thanks in Advance Regards Yogesh
-
Hello Friends I want to display thumbails for my Files in the same way as windows does for .jpeg and other bitmap images. I want to know how windows display them means it uses some bitmap images or some dtabase to display them. I m having all the bitmap data that i want to display as thumbnail for my files but how do i use that windows display them as thumbnail? Thanks in Advance Regards Yogesh
-
You have 2 options 1. Draw the thumbnail from bitmap using DC in the dialog, if you dont like to use CListCtrl. 2. As suggested, you can use ListCtrl, as suggested ns ami.
Величие не Бога может быть недооценена.
-
Hello Friends I want to display thumbails for my Files in the same way as windows does for .jpeg and other bitmap images. I want to know how windows display them means it uses some bitmap images or some dtabase to display them. I m having all the bitmap data that i want to display as thumbnail for my files but how do i use that windows display them as thumbnail? Thanks in Advance Regards Yogesh
Windows uses Win32 COM (Thumbnails interfaces) You can ask on Adv. Win32 api newsgroup : news://nntp.aioe.org/comp.os.ms-windows.programmer.win32 or http://groups.google.com/group/comp.os.ms-windows.programmer.win32/topics?lnk=srg for official code (MS) to display thumbnails.