Jump to content

Read text in a window


Guest bonns
 Share

Recommended Posts

Hi,

Straight from the help file

WinGetText ( "title" [, "text"])

Parameters

title The title of the window to read.

text [optional] The text of the window to read.

Return Value

Returns a string containing the window text read.

Remarks

Up to 64KB of window text can be retrieved. WinGetText works on minimized windows, but only works on hidden windows if you've set AutoItSetOption("WinDetectHiddenText", 1)

If multiple windows match the criteria for WinGetText, the information for the most recently active match is returned.

Use WinGetText("") to get the active window's text.

Related

WinGetTitle, ControlGetText

Example

$text = WinGetText("Untitled -", "")

MsgBox(0, "Text read was:", $text)

CheersNobby

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