Jump to content

How to get the visible text out of specific windows form


Recommended Posts

Greetings, autoiters,

I'm now trying to get some text out of gui application, WinGetText works great, but how could I get it to work more percisely? I mean, to get the text out of specific windows form, using the active window info tool, I was able to identify the ClassNN of that window form called "WindowsForms10.EDIT.app.0.2e0c68121", what's next? I looked at the help doc, but what I'm looking for was not part of the standard parameters of WinGetText function.

post-63343-0-09983900-1336358137_thumb.j

Link to comment
Share on other sites

;) Search help file for ControlGetText

The text visible on form may be a label caption. You can get its control ID by pointing Window Info Tool over the text you want to retrieve

Edited by MKISH

----------------------------------------

:bye: Hey there, was I helpful?

----------------------------------------

My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1

Link to comment
Share on other sites

;) Search help file for ControlGetText

The text visible on form may be a label caption. You can get its control ID by pointing Window Info Tool over the text you want to retrieve

OMG, this is exactly what I'm looking for! MKISH, thank you so much, you're the life sevier!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...