Adding to David.
An icon handler is a type of Shell extension handler that allows you to
dynamically assign icons to the members of a file class. Every time a file
from the class is displayed, the Shell queries the handler for the
appropriate icon. For instance, an icon handler can assign different icons
to different members of the class, or vary the icon based on the current
state of the file.
Creating Icon Handlers:
http://msdn.microsoft.com/library/d..._extending/extensionhandlers/iconhandlers.asp
The "Icon Changer" software that I posted earlier, uses an IconHandler to
assign different icons for the same file type. The file names list is held
in a database, and the handler reads them dynamically.
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting
http://www.winhelponline.com
"David Candy" <.> wrote in message
It's possible with an icon handler ala web pages created with Office have
office icons.
--
--------------------------------------------------------------------------------------------------
Goodbye Web Diary
http://margokingston.typepad.com/harry_version_2/2005/12/thank_you_and_g.html#comments
=================================================
Nothing in the description implies that it will allow more than one icon for
a particular filetype (.vbs), determining which icon to apply based on
filename, which is essentially what the OP is asking for. But I'm not
familiar with IconPackager...are you sure about what you are saying?
Keith