2010-08-02 24 views

回答

8

对于关联的图标,你可以使用:

string filename = "path-to-file"; 
Icon icon = System.Drawing.Icon.ExtractAssociatedIcon(filename);