Jump to content

Recommended Posts

Posted

I've searched the help file, as well as the forum (maybe not thoroughly enough?), and can't find a way to change the icon of the EXE once I've compiled it.. I also don't know how to change the icon that shows up in the system tray. As I've said, I searched the helpfile, and I just couldn't find it. I'm assuming that it's a Windows thing? I don't want to change it solely on my computer, but if I send somebody the program, I want it to show up with that icon. Any ideas?

Global $arr[2]

$arr[0]="hip"
$arr[1]="hip"
;^^ hip hip array. ^^
Posted

@bundyxc

When you have compiled an autoit script, you cant change icon with autoit functions because its an exe..

-You want to change icon after compile then use reshacker

-You want to change icon after compile do right click on your au3 script > compile with options and select an icon

-You want to change tray icon use TraySetIcon()

Cheers, FireFox.

Posted

Is there any way to take it out of the tray altogether?

Also, does that mean that when transferring the file to another computer, I need to send them the .ico file as well?

Global $arr[2]

$arr[0]="hip"
$arr[1]="hip"
;^^ hip hip array. ^^
  • Developers
Posted

Is there any way to take it out of the tray altogether?

Yes.. #NoTrayIcon

Also, does that mean that when transferring the file to another computer, I need to send them the .ico file as well?

No need to when its the ICO set at compilation time

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

You can use #NoTrayIcon to hide the icon. It's listed in the help file. O.o

Sorry, I've been searching through there, but hadn't found it. Sorry!

Global $arr[2]

$arr[0]="hip"
$arr[1]="hip"
;^^ hip hip array. ^^

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