我查了一下msdn ,有好多的函数可以用比如你可以用ExtractIcon函数阿<br>Icon Functions<br>The following functions are used with icons. <br><br>Function Description <br>CopyIcon Copies an icon from another module. <br>CreateIcon Creates an icon with a specified size, color, and bit pattern. <br>CreateIconFromResource Creates an icon or cursor from resource bits. <br>CreateIconFromResourceEx Creates an icon or cursor from resource bits. <br>CreateIconIndirect Creates an icon or cursor from an ICONINFO structure. <br>DestroyIcon Destroys an icon. <br>DrawIcon Draws an icon. <br>DrawIconEx Draws an icon or cursor, performing raster operations, and stretching or compressing the icon or cursor. <br>DuplicateIcon Creates a duplicate of a specified icon. <br>ExtractAssociatedIcon Gets a handle to an indexed icon in a file or an icon found in an executable file. <br>ExtractIcon Gets a handle to an icon from an executable file, dynamic-link library (DLL), or icon file. <br>ExtractIconEx Gets an array of handles to large or small icons extracted from an executable file, dynamic-link library (DLL), or icon file. <br>GetIconInfo Gets information about an icon or cursor. <br>LoadIcon Loads an icon from the executable file associated with an application. <br>LookupIconIdFromDirectory Searches for an icon or cursor that best fits the current display device. <br>LookupIconIdFromDirectoryEx Searches for an icon or cursor that best fits the current display device. <br>