Jump to content

Recommended Posts

Posted

This is my code below.

$sText = ControlGetText("TeamViewer", "Wait for Session", "Edit2")
If $sText = "" Then Exit
MsgBox(0, "ControlGetText Example", "The control text is: " & $sText)

It works provided, the teamviewer app exist or not exist.

But it wont work if the teamviewer app hang/freeze.

Is there a solution for me to check or time out the ControlGetText if teamviewer hang?

Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...