how can I get File Icon ?
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);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With