Jump to content

Recommended Posts

Posted (edited)

sometimes i want to customize my icons of my autoit program's but i must to include using aut2exe. Doesnt exist some way to do using only code to change the icon or  i must to make changes in the format of file? thx!

Edited by SoyArcano
  • Developers
Posted

Which icon are you referring to?
Have you checked out TraySetIcon() or the example in the SciTE4AutoIt3 helpfile for #AutoIt3Wrapper_Res_Icon_Add: 
"Adding extra icons to the program resources " ?

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

i think using this #AutoIt3Wrapper_Icon=path will change but i was trying to use GUISeticon too so i can put using button and input in the script.

Posted

In Scite:

  • Click Tools » Compile
  • Select Browse for icon:
  • Click: Compile Script

Your compiled script should now have the new icon or as Jos mentioned are you talking about icons on controls?

  • Developers
Posted (edited)
21 hours ago, SoyArcano said:

I used #AutoIt3Wrapper_Icon=C:\Users\Androide\Desktop\Desktop\icono.ico

Didnt work.

"Didn't work" is NOT enough information. Show me the SciTE console output generated when you do the compile so I can see what is happening.

Jos

Edited by 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.
  :)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...