按键精灵如何设置 等待鼠标左键双击一下,然后继续执行下一条命令?
答案:1 悬赏:30 手机版
解决时间 2021-03-19 04:33
- 提问者网友:难遇难求
- 2021-03-18 19:05
按键精灵如何设置 等待鼠标左键双击一下,然后继续执行下一条命令?
最佳答案
- 五星知识达人网友:山君与见山
- 2021-03-18 19:10
Do
If WaitClick = 32769 Then
TracePrint "按下"
If WaitClick = 32770 Then
TracePrint "弹起"
If WaitClick = 32770 Then
TracePrint "双击"
MessageBox "双击"
End If
End If
End If
Delay 5
Loop
这样好像更灵活一点
Do
If WaitClick = 32770 Then
If WaitClick = 32770 Then
MessageBox "双击"
End If
End If
Delay 5
Loop
If WaitClick = 32769 Then
TracePrint "按下"
If WaitClick = 32770 Then
TracePrint "弹起"
If WaitClick = 32770 Then
TracePrint "双击"
MessageBox "双击"
End If
End If
End If
Delay 5
Loop
这样好像更灵活一点
Do
If WaitClick = 32770 Then
If WaitClick = 32770 Then
MessageBox "双击"
End If
End If
Delay 5
Loop
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯