mentosan Posted June 11, 2008 Posted June 11, 2008 Hi ! How can I change the default icon from the compiled exe file ? Is there any archive with images for icons where I can choose from ? Thx
cartman380 Posted June 11, 2008 Posted June 11, 2008 If you use the program Compile script to .exe it has an option there to change the icon, and it has quite a few there you can choose from.
Developers Jos Posted June 11, 2008 Developers Posted June 11, 2008 Helpfile explains how to changet he target EXE 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.
mentosan Posted June 12, 2008 Author Posted June 12, 2008 OK. I have changed the icon during the compilation process with Script to .exe, but when I launch the program, in systray the icon remains unchanged.
Muffin Posted June 12, 2008 Posted June 12, 2008 (edited) i think you have to write something for that in the code, just look for it in the help files. edit: ive done the following steps to get what i guess u need: i went to "Compile with Options" , clicked on "Help" in the navibar, searched for "icon" and got it >.< took me ~14 seconds #AutoIt3Wrapper_Icon= i think this is what you need Edited June 12, 2008 by Muffin
dcer Posted June 12, 2008 Posted June 12, 2008 should work with the compile script to .exe ... allways worked for me
cartman380 Posted June 12, 2008 Posted June 12, 2008 OK.I have changed the icon during the compilation process with Script to .exe, but when I launch the program, in systray the icon remains unchanged.So you actually want to change the system tray icon not the icon of the exe correct?
mentosan Posted June 12, 2008 Author Posted June 12, 2008 So you actually want to change the system tray icon not the icon of the exe correct? I want to change both of them.
cartman380 Posted June 12, 2008 Posted June 12, 2008 look up TraySetIcon in the help file it should have what you need.
Developers Jos Posted June 12, 2008 Developers Posted June 12, 2008 (edited) I have seen this before and think it had something to do with a cached Icon issue. Maybe a simple reboot or the Refresh ICO in XP power tools will fix it ? Edited June 12, 2008 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.
mentosan Posted June 14, 2008 Author Posted June 14, 2008 Thanks again ! It will work with TraySetIcon.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now