Very easy way to get the associated icon for the given file: Icon.ExtractAssociatedIcon Method Syntax public static Icon ExtractAssociatedIcon( string filePath ) Detail Returns an icon representation of an image contained in the specified file. A relative path is assumed to be relative to the current working directory. When ExtractAssociatedIcon is used with bitmaps, [...]
↧