通过文件名必须知道文件的全路径,然后可以使用API函数 ExtractIcon<br><br>原型如下:<br>HICON ExtractIcon(<br><br> HINSTANCE hInst, // instance handle<br> LPCTSTR lpszExeFileName, // filename of file with icon<br> UINT nIconIndex // index of icon to extract<br> );