Dazzler Posted October 17, 2011 Share Posted October 17, 2011 Dear People, Can I change the standard AutoIT exe icon in the system tray? TraySetIcon - looks to be the candidate but on looking at the code (in help files) I can't see how you index any process/application to this command. ? Link to comment Share on other sites More sharing options...
Mat Posted October 17, 2011 Share Posted October 17, 2011 ... I can't see how you index any process/application to this command.Can you explain what you mean in more detail? AutoIt Project Listing Link to comment Share on other sites More sharing options...
Dazzler Posted October 17, 2011 Author Share Posted October 17, 2011 Sure. Run any autoit.au3, autoit.exe file and you get the grey round button with a white triangle in the system tray (icons showing what is running). I simply want to change this icon to one of my own. I looked through several topics on this in this forum and none make any sense to me. Link to comment Share on other sites More sharing options...
Chimaera Posted October 17, 2011 Share Posted October 17, 2011 An example from one of my scripts $icon = @HomeDrive & "\RegBackup\chimaera.ico" TraySetIcon($icon) And if you want the compiled file to use it as well #AutoIt3Wrapper_Icon=compile_files\chimaera.ico Bear in mind you wont see the tray one until you compile and run the exe iamkoshr 1 If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Link to comment Share on other sites More sharing options...
Dazzler Posted October 17, 2011 Author Share Posted October 17, 2011 Brilliant and now... so easy. Many thanks. Link to comment Share on other sites More sharing options...
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