Loads/Sets a specified tray pause icon.
TraySetPauseIcon ( [filename [, iconID]] )
| filename | [optional] The filename of the icon to be display as pause icon in the tray. |
| iconID | [optional] Icon identifier if the file contains multiple icons. |
#NoTrayIcon
TraySetPauseIcon("shell32.dll", 12)
TraySetState()
While 1
Local $msg = TrayGetMsg()
WEnd
Exit