0

How to implement Icon Overlay Handler that can handle custom icons for custom files.

For example:

foo.bar - d:\myicon1.ico
bar.bar - d:\myicon2.ico

I tried used IShellIconOverlayIdentifier but it's uses as one handler for one icon

barbaris
  • 514
  • 8
  • 25

1 Answers1

1

Use Icon Handlers instead Icon Overlay Handlers. See nice Michael Dunn's tutorial.

Xearinox
  • 3,224
  • 2
  • 24
  • 38