Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
图标库是包含一个或多个图标及其名称的文件。要提取图标,我们使用 ExtractIcon 函数。用什么函数来提取图标名称?
假设您指的是资源 ID/名称,那么您将需要使用标准资源枚举函数 ( EnumResourceTypes, EnumResourceNames, EnumResourceLanguages) 枚举它们。
EnumResourceTypes
EnumResourceNames
EnumResourceLanguages