Dilso 0 Posted May 17, 2011 Hello guys! I would like to know how to set the name of the icon on the right side bar (where you can find Volume, Local Area Network, Antivirus, etc). If my .exe file name is "Script.exe", the right side bar icon name will be "Script.exe", but I only want it's name to be "Script". How do I do that? Share this post Link to post Share on other sites
somdcomputerguy 103 Posted May 17, 2011 Find TraySetToolTip in the help file. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
1957classic 3 Posted May 17, 2011 Possibly this? TraySetToolTip("Script") Share this post Link to post Share on other sites
wakillon 403 Posted May 17, 2011 Try TraySetToolTip ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
Dilso 0 Posted May 24, 2011 Thank you guys, it worked! Share this post Link to post Share on other sites