Interop.Shell32 1.2版本支持xp 1.0版本支持win7 string dirName = System.IO.Path.GetDirectoryName(FileName); string SongName = System.IO.Path.GetFileName(FileName);//获得歌曲名称 ShellClass sh = new ShellClass(); Folder dir = sh.NameSpace(dirName); FolderItem item = dir.ParseName(SongName); string win7Time = dir.GetDetailsOf(item, 27); //win7 win10 string xpTime = dir.GetDetailsOf(item, 21); //xp
2023-02-02 10:23:06 14KB Shell32
1
此为用vs2005编写的用来获取文件缩略图的C++程序,用到了mfc库。 不保证正确。
2021-10-28 02:16:44 10KB shell 缩略图 VC++
1
nterop.Shell32.dll vs自带的是1.0 会导致一些错误,这个是1.2的
2021-10-12 23:19:07 15KB Interop.Shel
1
系统文件 shell32.dll 中的全部图标.
2021-09-28 20:24:40 1.4MB 图标 shell32.dll 系统文件 系统
1
shell32.dll 的图标对应的清单
2021-09-28 20:20:46 6KB 系统自带的图标
1
%SystemRoot%\system32\SHELL32.dll 中的所有图标文件 可能大家有时需要。 顺便试试extraico
2021-09-28 20:17:36 328KB 图标
1
Widows 文件信息获取API Win10 x86 x64 Win7 x86 x64 实测可用
2021-05-28 09:00:56 12KB Shell32 文件信息获取
1
Shell32.dll 1.2.107.0版本,解决无法将类型为“Shell32.ShellClass”的 COM 对象强制转换为接口类型“Shell32.IShellDispatch6”问题
2021-02-25 16:05:04 14KB Shell32 v1.2 mp3
1
Shell32.dll 1.2.107.0版本,解决无法将类型为“Shell32.ShellClass”的 COM 对象强制转换为接口类型“Shell32.IShellDispatch6”问题,我设置的0积分
2021-02-25 14:17:41 14KB Shell32 音频
1
这是从Win7 shell32.dll提取的文件,可以使用里面的ICO文件,Win7的大部分图标你都可以在这找到
2021-02-04 18:01:43 2.89MB ico Win7 提取 图标
1