日期:2014-05-20  浏览次数:20814 次

怎么取系统图标啊~~~~2/10结贴
\WINDOWS\system32\shell32.dll里的那些图标怎么提取出来啊,
想自己写个文件夹的目录控件
最好是能够添加到ImageList控件里去

------解决方案--------------------
[DllImport( "shell32.dll ",CharSet=CharSet.Auto)]
private static extern int ExtractIconEx(string path, int i, IntPtr[] big, IntPtr[] small, uint op);