开发者

how can I get File Icon?

开发者 https://www.devze.com 2023-01-10 01:52 出处:网络
how can I get File Icon ? 开发者_StackOverflowAlso how can I get file small thumbnail ? For the associated icon, you can use:

how can I get File Icon ?

开发者_StackOverflow

Also 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);
0

精彩评论

暂无评论...
验证码 换一张
取 消