hatchetman 0 Posted March 6, 2004 Share 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) Link to post Share on other sites
hatchetman 0 Posted March 6, 2004 Author Share 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 Link to post Share on other sites
Nutster 3 Posted March 6, 2004 Share 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... Link to post Share on other sites
hatchetman 0 Posted March 6, 2004 Author Share Posted March 6, 2004 What does ^{INS} do? Link to post Share on other sites
Valik 481 Posted March 6, 2004 Share Posted March 6, 2004 Copies stuff. Link to post Share on other sites
Nutster 3 Posted March 8, 2004 Share 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... Link to post Share on other sites
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