Jump to content

Icons Import As 32x32 Only


Recommended Posts

I created a series of 48x48 pixel icons that I used Resource Hacker to put into AutoitSC.BIN, so that I could access them in my compiled script. However, even though the icons are 48x48 (positively verified by Resource Hacker), they only import as 32x32, regardless of the optional "sizes" that I give them.

An example of the code line that I use to import them is below (this one is for a non-compiled script):

GUICtrlCreateIcon("D:\Program Files\AutoIT3\Aut2Exe\AutoitSC.bin", 3, 10, 10, 48, 48, $SS_ICON)

Am I missing something? Is there some command that I need to use to get the icons at any other size but 32x32?

Thanks,

Steve

Link to comment
Share on other sites

the bug was fixing .ico multiple icon file.

I cannot do the same for .exe/.bin file as the windows API allow me to retrieve the 16x16 or the 32x32 icons.

I cannot figure out how to extend it for them. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...