Hi, i have a problem using Systray_UDF in order to remove icon from systray of my two programs
that i don't want to show icon.
When i run:
#NoTrayIcon
#include <systray_udf.au3>
_SysTrayIconRemove(_SysTrayIconIndex($Program), 1)
The icon are removed but in system tray always there is in the same position of icon removed
a blank icon.
I have discovered that using in the end of script this command, the blank icon disappear
Opt("TrayIconHide", 0)
The problem that i c