如何取系统图标啊2/10结贴

怎么取系统图标啊~~~~2/10结贴\WINDOWS\system32\shell32.dll里的那些图标怎么提取出来啊,想自己写个文件

怎么取系统图标啊~~~~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);