代码之家  ›  专栏  ›  技术社区  ›  Constantin

Windows资源管理器从何处获取其__文件夹上的_和__后退_图标?

  •  0
  • Constantin  · 技术社区  · 17 年前

    XP特定的答案优先,但也欢迎其他答案。

    2 回复  |  直到 17 年前
        1
  •  3
  •   jop    17 年前

    %windir%\System32\Shell32.dll

        2
  •  7
  •   OregonGhost    17 年前

    Windows、Visual Studio和Office中的许多图标都随Visual Studio一起提供。您可以在Common7文件夹中找到图像库。Visual Studio 2005侧重于Office 2003和Windows XP,而Visual Studio 2008带有许多Vista图标。

    您不应该从系统dll中读取图标,因为该图标 might cease to exist in future versions 因为它是一个实现细节。