E1M1 Posted September 17, 2011 Posted September 17, 2011 (edited) How to compile exe with big icon? Compiler keeps changing it's size to 32x32 px. Any workaround? #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=test.ico #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** edit: looks like i've accidently posted it to Graphical User Interface (GUI) Help and Support instead of General Help and Supporttest.ico Edited September 17, 2011 by E1M1 edited
funkey Posted September 17, 2011 Posted September 17, 2011 For me it works as usual. Just compile it with options. Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
E1M1 Posted September 17, 2011 Author Posted September 17, 2011 If I compile code above, my exe's icon is is always 32x32. and never gets any larger. Just wondering what could cause this. edited
ProgAndy Posted September 17, 2011 Posted September 17, 2011 How do you verify the size of the icon? *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
AdmiralAlkex Posted September 17, 2011 Posted September 17, 2011 (edited) If I compile code above, my exe's icon is is always 32x32. and never gets any larger. Just wondering what could cause this.I had a similar (the same?) problem ("answer" on next page). Play around with some settings or try another editor. How do you verify the size of the icon?If you have Windows 7, just zoom in. The universal zooming shortcut (ctrl+mousewheel) or the slider-thingy. Edited September 17, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
ProgAndy Posted September 17, 2011 Posted September 17, 2011 (edited) If you have Windows 7, just zoom in. The universal zooming shortcut (ctrl+mousewheel) or the slider-thingy.It seems I have been misunderstood. I know how to do it, I just wanted to verify that it is really an icon problem and not the test method. PS: I always use IcoFX to create my icons and the 256-png is never missing. Edit: The attached icon is 128x128. I don't hink this is a size preferred by Windows. You should only use 16x16, 24x24, 32x32, 48x48, 64x64 and 256x256 (PNG). Edited September 17, 2011 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Emiel Wieldraaijer Posted September 18, 2011 Posted September 18, 2011 I use iconworkshop. An icon used as default icon for the GUI should have the following sizes 16x16 32x32 48x48 64x64 and 256x256png Compressed Best regards,Emiel Wieldraaijer
E1M1 Posted September 18, 2011 Author Posted September 18, 2011 (edited) This is after zoom in. I tried to compile it manually with out using scite (i used Compile Script to .exe), still same problem. Edited September 18, 2011 by E1M1 edited
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