AHK改变 MsgBox 的按钮名称

、    #SingleInstance
    SetTimer, ChangeButtonNames, 50 
    MsgBox, 4, Add or Delete, Choose a button:
    IfMsgBox, YES 
        MsgBox, You chose Add. 
    else 
        MsgBox, You chose Delete. 
    return 
     
    ChangeButtonNames: 
    IfWinNotExist, Add or Delete
        return  ; Keep waiting.
    SetTimer, ChangeButtonNames, off 
    WinActivate 
    ControlSetText, Button1, &Add 
    ControlSetText, Button2, &Delete 
    return

给TA捐赠
共{{data.count}}人
人已捐赠
其他

ahk分割文本

2021-12-2 14:38:26

其他

AHK告知输入法模式

2021-12-2 14:38:39

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索