Jump to content

Recommended Posts

Posted

Is this possible to change the trayicon with your own icon and the background icon to your own?

see tray functions.

I don't really undestand the background icon, if you refer the one associate with the executable, you can change it when compiling. :P

Posted

i use scite to beta compile and i dont know how to change it

When you use beta compile it doesn't give the option to set an icon for your application.

To make scite use the beta compiler when you do a normal compile where you do get the options to change the icon add this line

command.1.*.au3=$(SciteDefaultHome)\CompileAU3\CompileAU3.exe /beta /in "$(FilePath)" /autoit3dir "$(autoit3dir)\beta"

to SciteUser.properties in Scite

To set a tray icon use TraySetIcon ("MyIcon.ico")

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