开发者

ExtractIconEx all icon sizes vb6 including 256

开发者 https://www.devze.com 2023-01-21 06:14 出处:网络
I need to extract all Icons sizes up to 256x256 fr开发者_开发技巧om ico,exe,dll,icl files ExtractIconEx only extracts 32x32 and 16x16 icons

I need to extract all Icons sizes up to 256x256 fr开发者_开发技巧om ico,exe,dll,icl files

ExtractIconEx only extracts 32x32 and 16x16 icons

thanks for helping


LoadImage will extract the icon with dimenstions closest to cxDesired and cyDesired.


A one time thing or you need this in your own program?

There's a ton of good icon extractors free out there

Here's just one

http://www.rw-designer.com/batch-icon-extractor

0

精彩评论

暂无评论...
验证码 换一张
取 消