pille24 Posted February 5, 2006 Posted February 5, 2006 Hi, how can change the Tray Icon of the srcipt while it is running? pille24
pille24 Posted February 5, 2006 Author Posted February 5, 2006 Hi, how can change the Tray Icon of the srcipt while it is running? pille24i scould have looked into the beta help file;) Another question, I cant end my script with my created Tray Items.... My Code: $exititem = TrayCreateItem("Exit") While 1 $msg = TrayGetMsg() If $msg=$exititem then Exitloop EndIf ;Rest of Code WEnd But it does not work...Why?
Valuater Posted February 5, 2006 Posted February 5, 2006 (edited) 1i find it alot better to set the tray on event mode2you should have a look at A setting the tray-iconB setting the event modeone of the best ways to learn is herehttp://www.autoitscript.com/forum/index.php?showtopic=21048#8) Edited February 5, 2006 by Valuater
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