I have a script that puts me at the data entry point of a program. There is data in a box where I am. My goal is to copy the text that is in that box. Unfortunately using SendKeysTo and CTRL-C don't work. So, I have found that if I use my mouse to double-click the box, the text is highlighted and THEN I can use the copy keystrokes to grab the data.
Is there a way to get coordinates for that box and get the mouse pointer in there to do the work?
Thanks!
Mike