Jump to content

change default icon


Recommended Posts

Use directive

#AutoIt3Wrapper_Icon=                          ;Filename of the Ico file to use

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

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

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

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 by Zedna
Link to comment
Share on other sites

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 by ZOTHOP
Link to comment
Share on other sites

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 !!!

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...