(Re)Sets the tooltip text for the tray icon.
TraySetToolTip ( [text] )
| text | [optional] The new text to be displayed as tooltip. The length is limited - see Remarks. |
| Success: | Returns 1. |
| Failure: | Returns 0. |
#NoTrayIcon
TraySetState()
TraySetToolTip("This is my new tooltip text!")
While 1
Sleep(10) ; Idle loop
WEnd
Exit