Jump to content

Recommended Posts

Posted

I need to be able to read text from a program called ADP

Here is a screen shot

Window Info does not detect any text and if I try to

If Winactive("ADP AUTO1", "Part" ) then

It doesnt see the text "Part" or any other text that I try.

Window Info says it is a r2Window and a r2Display and it doesnt show any visible or hidden text.

How I get through this right now is by using

MouseClickDrag ( "left", 567,516, 10, 292 ,)

and Copy and Paste to notepad and read from there.

Is there a way to read the text from the ADP window?

Here is a screen shot

Posted

$text = ControlGetText("ADP AUTO1", "", "r2Display1")

MsgBox(0, "", $text)

Still gets back nothing :)

Guess I am stuck with my Copy and Paste to notepad using MouseClickDrag method.

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