how can I get File Icon ?
开发者_StackOverflowAlso how can I get file small thumbnail ?
For the associated icon, you can use:
string filename = "path-to-file";
Icon icon = System.Drawing.Icon.ExtractAssociatedIcon(filename);
how can I get File Icon ?
开发者_StackOverflowAlso how can I get file small thumbnail ?
For the associated icon, you can use:
string filename = "path-to-file";
Icon icon = System.Drawing.Icon.ExtractAssociatedIcon(filename);
上一篇:一栋楼多少钱啊??
精彩评论