jennico Posted December 9, 2008 Posted December 9, 2008 (edited) from this post Get rid of the AutoIt tooltip on tray iconTraySetToolTip("") does not remove the traytip, it just displays the default (scriptname).how to completely remove traytooltip from the current autoit script ?j. Edited December 9, 2008 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
Developers Jos Posted December 9, 2008 Developers Posted December 9, 2008 try: TraySetToolTip(chr(0)) 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.
jennico Posted December 9, 2008 Author Posted December 9, 2008 ha, of course !!! thank you very much ! Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
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