You need to reverse engineer it. Thumbs DB format is not
documented by MS. However, there are several tools and
libraries, which enable you to extract info from .DB files.
Here's brief description of .DB files:
"THUMBS DB FILES"
http://www.accessdata.com/media/en_US/print/papers/wp.Thumbs_DB_Files.en_us.pdf
Here's C# library (with source code) for reading .DB files:
"ThumbDBLib"
http://www.petedavis.net/MySite/DynPageView.aspx?pageid=31
Another open source tool for .DB files:
"Vinetto"
http://vinetto.sourceforge.net/
HTH
Alex
"Alex Blekhman" <xf...@oohay.moc>
??????:exwIQfiu...@TK2MSFTNGP04.phx.gbl...
Yes, it seems that IconCache.db is different from Thumbs.db
files. However, you can always extract an icon directly from
any file, which contains icons (DLL, EXE, ...).
Alex