OnMessage(0x404,"TB_HIDEBUTTON")
Traytip, 提示, 点击测试, 10, 1
return
TB_HIDEBUTTON(wParam, lParam, msg, hwnd) {
static WM_USER := 0x400
static _______ := OnMessage(WM_USER + 4, "TB_HIDEBUTTON")
If (lParam = 1029)
{
MsgBox TrayTip Click`, AutoHotkey will now exit
ExitApp
}
}