How to retrieve the file previews used by windows explorer in Windows vista and seven?
Posted
by user193655
on Stack Overflow
See other posts from Stack Overflow
or by user193655
Published on 2010-05-26T09:55:10Z
Indexed on
2010/05/26
13:21 UTC
Read the original article
Hit count: 247
delphi
|native-methods
I am developing a Delphi documents management application, so somehow I am giving the user some functionality similar to windows explorer.
I would like to know if there is a way to get the preview used by windows explorer. For example windows explorer creates a small thumbnail for a pdf document for example, and displays it when the user chooses to view "big icons". Is there a way to retrieve that preview?
MyTImage := GiveMePreviewForFile('C:\Test\File.pdf');
© Stack Overflow or respective owner