I can extract 32*32 icon image, but how about 48*48.
I want to extract an icon image with size 48*48 frome an a .exe file in Windows. At first i got the icon resource bits and then i used "CreateIconFromResourceEx" API, but it works true for icon image with size 32*32.