News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

how to transform an Icon into a Bitmap?

Started by xandaz, February 14, 2022, 06:30:27 AM

Previous topic - Next topic

jj2007

Quote from: Vortex on February 16, 2022, 04:50:18 AM
Hi Jochen,

My Windows 7 64-bit installation is providing the function GetIconInfoEx :

D:\PellesC\Bin>podump /EXPORTS C:\Windows\System32\user32.dll | findstr "GetIconInfoEx"
            719   134  7DCACFF8  GetIconInfoExA
            71A   135  7DCACF3F  GetIconInfoExW


It's also in my User32.dll; GetProcAddress returned error proc_not_found, but then I had the bright idea to ask for GetIconInfoExA :biggrin: