SLK001 Posted May 8, 2006 Posted May 8, 2006 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
CyberSlug Posted May 8, 2006 Posted May 8, 2006 Well, I don't know what to tell you. But look here:http://www.autoitscript.com/forum/index.ph...&hl=icon++48x48 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
SLK001 Posted May 8, 2006 Author Posted May 8, 2006 This is a bug that was fixed in the Beta releases (v3.1.1.73+).
jpm Posted May 9, 2006 Posted May 9, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now