包括显示与隐藏、冻结与解冻、改变托盘图标
#SingleInstance,force ;#NoTrayIcon TT:=new 托盘图标 #c:: Suspend,Permit Sleep 2000 TT.show:=A_IconHidden Sleep 2000 TT.ding:=1 Suspend,Toggle Sleep 2000 TT.bian("shell32.dll",200) Sleep 2000 TT.dongjie:=0 Sleep 2000 TT.冻结:=true Suspend,Toggle Sleep 2000 TT.DongJie:=false TT.哎呦:=true return Class 托盘图标{ bian(tubiao,hao) { Menu, Tray, icon, %tubiao%, %hao% ;改变正常状态图标 } __Set(P,Bu) { if InStr("show,xianshi,可见", P){ if Bu Menu, Tray, icon else Menu, Tray, Noicon return Bu } if InStr("ding,dongjie,冻结", P){ ;冻结当前图标 if Bu Menu, Tray, icon, , , 1 else Menu, Tray, icon, , , 0 } else MsgBox,未知属性:%P% return Bu } } ;Class 托盘图标
66666