hatchetman Posted March 6, 2004 Posted March 6, 2004 Is there a way to read text that is highlighted? (ie. The name of a highlighted directory in a directory tree)
hatchetman Posted March 6, 2004 Author Posted March 6, 2004 Actually its SunAwtCanvas1 is there a way to access more advanced features of this class? In the AutoIT windows spy it identifies the type of control (directory in a directory tree) but doesn't list the text that is there (the name of the directory). Thanks
Nutster Posted March 6, 2004 Posted March 6, 2004 Can the text be copied into the clipboard? Send("^{INS}") sleep(100) $Selected = GetClip() David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Nutster Posted March 8, 2004 Posted March 8, 2004 What does ^{INS} do?Copies the selected text into the clipboard. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
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