Jump to content

Recommended Posts

Posted (edited)

Hi,

Does anyone here know how I can change the icon of my AutoIT script.

I'm not having much luck at the moment

thanks

TraySetIcon("C:\MyIcon.ico")

AutoIt Documentation - TraySetIcon

P.S. - Opps just noticed this was a question about the compiled icon and not the Tray... I'm not sure why I assumed the system tray... Shrug.. Oh well :)

Edited by Zinthose

--- TTFN

  • Developers
Posted

It is a standard feature of aut2exe when you want the standard ICO changed of your executable.

This can be easily done by installing the full version of SCiTE4Autoit3 and using the directive:

#AutoIt3Wrapper_Icon=AutoIt3Wrapper.ico

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

you can also use "#AutoIt3Wrapper_icon=C:\Icons\MyFancyIcon.ico"

Edit. Dang to slow :)

Edited by ofLight

There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly

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
×
×
  • Create New...