Getting a Thumbnail In Vista

T

Tim Haughton

Hi, I'm hoping someone can help me get a scalable thumbnail from Vista.

Vista has a new COM API, IThumbnailCache which backs on to Vista's global
thumbnail store. Unfortunately, I can't find it I know it's there, it's in
MSDN. I've imported shell32.dll into my C# project which generates all the
COM coclasses, but it's not there.

I've downloaded a spreadsheet detailing all the new Vista APIs and where
they can be found, but this says IThumbnailCache is in uuid.dll, which I
can't find on my system.

Does anyone know where I can find it?

Does anyone have any example code?

Cheers,


Tim

http://www.dotnoodle.com - The DotNet Search.
 
J

Jim Barry

Tim said:
Vista has a new COM API, IThumbnailCache which backs on to Vista's
global thumbnail store. Unfortunately, I can't find it I know it's
there, it's in MSDN. I've imported shell32.dll into my C# project
which generates all the COM coclasses, but it's not there.

It's in thumbcache.dll. It doesn't have a type library, but I expect you can figure it out from the IDL file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problem with tlbimp 1
Thumbnails for mp3 files 2
thumbnail question 1
thumbnail question 1
Thumbnails Excel 2007 4
thumbnails 5
Adobe PDF thumbnails show as icons 5
Corruption of Images on Thumbnail View 5

Top