We can extract icons from any file by using ExtractIconEx - but then we get only 16*16 and 32*32 formats. Also we can find and extract all existing formats from Win32 executable (exe, dll) by using resource functions. But theese functions (like LoadLibrary etc.) do not work with Win16 executable or files like icon libraries (.icl). Has anybody ever seen code snippet or example than allows to extrac all formats of icons from such files - Win16, .icl etc.
Thank you in advance
Thank you in advance