views:

36

answers:

1

When windows is displaying the files through Window Explorer I need to have the ability to change the icon of the file type before it is displayed. I have seen application like SubVersion and Carbonite, change the icons depending on their status, but how do you do this?

+1  A: 

That requires a "shell extension", in particular an "icon overlay handler"; I haven't done it myself, but perhaps search on those terms, or look at this discussion.

Marc Gravell
Yes that would work :-)Also foundhttp://www.codeproject.com/KB/shell/overlayicon.aspxandhttp://msdn.microsoft.com/en-us/library/cc144123(VS.85).aspx
Coppermill