Jump to content

Recommended Posts

Posted

I want to get the position of a text on the window based on which certain actions needs to be taken. I tried WinGetText() but it is not serving the purpose. 

Can someone help me out here?

Posted

Hopefully the text you want to look for is in a specific control, as that would be rather simple using the array returned from ControlGetPos()

If the text you are looking for is only part of a big edit box, or blob of text then as Nine said, you will need OCR.  I posted something I did for this here:  google tesseract ocr

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