hatchetman 0 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) Share this post Link to post Share on other sites
hatchetman 0 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 Share this post Link to post Share on other sites
Nutster 3 Posted March 6, 2004 Can the text be copied into the clipboard? Send("^{INS}") sleep(100) $Selected = GetClip() David NuttallNuttall Computer ConsultingAn Aquarius born during the Age of AquariusAutoIt allows me to re-invent the wheel so much faster.I'm off to write a wizard, a wonderful wizard of odd... Share this post Link to post Share on other sites
hatchetman 0 Posted March 6, 2004 What does ^{INS} do? Share this post Link to post Share on other sites
Nutster 3 Posted March 8, 2004 What does ^{INS} do?Copies the selected text into the clipboard. David NuttallNuttall Computer ConsultingAn Aquarius born during the Age of AquariusAutoIt allows me to re-invent the wheel so much faster.I'm off to write a wizard, a wonderful wizard of odd... Share this post Link to post Share on other sites