windows - How can I display different icons for same file extension -


* There are * SLN files for Visual Studio * 2008, and 2010.

In Explorer, related icon file is based on the version in any way I always saw only expansion related icon was under the impression, but obviously more going on.

I am asking you as a developer stack overflow - for my application, but if you think it would be happy to move somewhere else on stage, I'll discuss it.

Thank you!

A look at HKEY_CLASSES_ROOT \ VisualStudio.Launcher.sln \ ShellEx \ IconHandler Enter The icon is controlled by a shell extension, not normally with a DefaultIcon .

The MSDN page shows you how to create a shell extension DLL that provides an icon.


Comments