roadrunner Posted April 25, 2004 Posted April 25, 2004 Here's my problem. I'm trying to copy some text that appears on screen in a box to the clipboard and then copy the contents back to a variable. If I use the tab button the text gets highlighted, but I can't seem to copy that highlighted text to the clipboard? With the mouse, I can right click and then select copy, but when I use this method in a scripe it dose not work. any help
jpm Posted April 25, 2004 Posted April 25, 2004 roadrunner said: Here's my problem. I'm trying to copy some text that appears on screen in a box to the clipboard and then copy the contents back to a variable.If I use the tab button the text gets highlighted, but I can't seem to copy that highlighted text to the clipboard?With the mouse, I can right click and then select copy, but when I use this method in a scripe it dose not work. any helpPut the script you try to do? because if the box you are refering to is similar to an AutoIt MsgBox it is normal you cannot put in the clipboard the highlight part.Send("^c") works better putting in the clipboard the whole text.
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