How can I get the file icon?
Also how can I get a small file thumbnail?
For the corresponding icon, you can use:
string filename = "path-to-file"; Icon icon = System.Drawing.Icon.ExtractAssociatedIcon(filename);