zxc3 Posted May 26, 2005 Posted May 26, 2005 In what my mistake:While 1SEND("!{ESC}")$text = WinGetText("Untitled -", "")MsgBox(0, "Text read was:", $text)$title = WinGetTitle("Untitled -", "")MsgBox(0, "Full title read was:", $title)WendWindows Internet explorer, AutoIt Help, Notepad, new folder and others with titles and the text are open, but are printed only "1" Thanks
Wb-FreeKill Posted May 26, 2005 Posted May 26, 2005 In what my mistake:While 1SEND("!{ESC}")$text = WinGetText("Untitled -", "")MsgBox(0, "Text read was:", $text)$title = WinGetTitle("Untitled -", "")MsgBox(0, "Full title read was:", $title)WendWindows 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!..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now