|
自动发送的功能已实现,接2楼的代码- While WinExists("MAX - Symantec GhostCast Server")
- $var = ControlFocus("MAX - Symantec GhostCast Server", "", "Button9")
- If $var = 1 Then
- ControlClick("MAX - Symantec GhostCast Server","","Button9")
- WinWaitActive("Symantec GhostCast Server")
- Send("{ENTER}")
- sleep(500)
- ControlClick("MAX - Symantec GhostCast Server","","Button8")
- EndIf
- Sleep (3000)
- WEnd
复制代码 |
|