Jump to content

Error


Recommended Posts

In what my mistake:

While 1

SEND("!{ESC}")

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

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

$title = WinGetTitle("Untitled -", "")

MsgBox(0, "Full title read was:", $title)

Wend

Windows Internet explorer, AutoIt Help, Notepad, new folder and others with titles and the text are open, but are printed only "1"

Thanks

Link to comment
Share on other sites

In what my mistake:

While 1

SEND("!{ESC}")

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

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

$title = WinGetTitle("Untitled -", "")

MsgBox(0, "Full title read was:", $title)

Wend

Windows Internet explorer, AutoIt Help, Notepad, new folder and others with titles and the text are open, but are printed only "1"

Thanks

<{POST_SNAPBACK}>

the whole window title has to be "Untitled -", i doubt that Internet explorer and AutoIt Help window has that title!.. :(
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...