roofninja Posted November 1, 2011 Posted November 1, 2011 I previous versions of autoit, I have been able to set my own icon when I compile a program. Now I can't. What I did use isn't working. Is there an ini file or some place I can change it? RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
shornw Posted November 1, 2011 Posted November 1, 2011 Do you not get 'Compile with options' if you right click on the .au3 file? [font='Comic Sans MS']Eagles may soar high but weasels dont get sucked into jet engines[/font]
water Posted November 1, 2011 Posted November 1, 2011 Use directive#AutoIt3Wrapper_Icon= ;Filename of the Ico file to use My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
roofninja Posted November 1, 2011 Author Posted November 1, 2011 Use directive#AutoIt3Wrapper_Icon= ;Filename of the Ico file to use I tried that and it didn't work. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
rcmaehl Posted November 1, 2011 Posted November 1, 2011 Are you using the latest SciTE? Also, work around: Use a resource editor. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF
roofninja Posted November 1, 2011 Author Posted November 1, 2011 yes. I had a full install over the summer and I just checked the version and it is 3.3.6.1. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
Zedna Posted November 1, 2011 Posted November 1, 2011 (edited) You must download/install full Scite4Autoit3. Also you must compile script from full Scite by F7. #AutoIt3Wrapper_Icon=your_icon.ico Also your_icon.ico must be in script directory at compile time. Also check internal structure of your ICO file. It can be corrupted or BMP with ICO extension. After compilation check your output EXE file by ResHacker to see what icons are inside EXE. Also check Scite output panel if there is some error message during compilation. Edited November 1, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
ZOTHOP Posted November 1, 2011 Posted November 1, 2011 (edited) Hello, To change the exe file icon : execute Aut2Exe.exe, add your script and the exe destination, use the option "Custom icon" to choose your icon file and compile your script. To display your icon next text window, use : GUISetIcon(" your icon.ico") To display your icon on tray, use : TraySetIcon("your icon.ico") Edited November 1, 2011 by ZOTHOP
roofninja Posted November 1, 2011 Author Posted November 1, 2011 You must download/install full Scite4Autoit3.Also you must compile script from full Scite by F7. That was it. I did the standard download over the summer and didn't update the editor. Thanks. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
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