Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

检测托盘气泡的点击 Autohotkey 3184

作者为 发表

Autohotkey

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
    }
}



来了就留个评论吧! 没有评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 2.302 seconds |