0

I found a bunch of old Icons in shell32.dll, and I want to know if they are safe to use. I know this might be a really stupid question, but I'd rather be safe then sorry.

Canadian Luke
  • 24,640
SwL
  • 1

1 Answers1

1

No it's not safe to use them. The icons in Shell32.dll are an implementation detail. You cannot rely on them not changing. The icons in Shell32.dll are for Windows use, not yours.

See this post by a Microsoft blogger on the shell team.

Remember, resources in system DLLs should be treated as implementation details, unless explicitly documented otherwise.

shf301
  • 7,972