gpt4 book ai didi

c# - 企业 Enterprise.windows.win32.win32

转载 作者:太空宇宙 更新时间:2023-11-03 15:21:38 25 4
gpt4 key购买 nike

我在使用 Enterprise.Windows.Win32.Win32.GetLargeIcon 时遇到错误。我需要导入哪个dll才能解决?

public Icon ObjectIcon
{
get
{
if (_objectIcon == null)
{
_objectIcon = Enterprise.Windows.Win32.Win32.GetLargeIcon(_filePathAndName);
}

return _objectIcon;
}
}

这是here提到的解决方案中的一段代码

提前致谢。

最佳答案

试试这个:

_objectIcon = System.Drawing.Icon.ExtractAssociatedIcon(_filePathAndName);

关于c# - 企业 Enterprise.windows.win32.win32,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37117385/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com