barbaris
barbaris

Reputation: 515

Icon Overlay Handler for multiple icons

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

Upvotes: 0

Views: 1092

Answers (1)

Xearinox
Xearinox

Reputation: 3234

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

Upvotes: 1

Related Questions