SoundOfDeath Posted April 21, 2010 Posted April 21, 2010 (edited) Hello, I got a little problem, I want to let AutoIT read a line and then copy it in a GUI. The copy part already works but the paste part doesn't. I looked up in the helpfile and now I got this: ControlSend ("Auto-Read V2","","Edit1","^{V}") But it only writes V in it, how can I let it paste the line I copy'd? did I do something wrong in the line or do I need to use a other command. ~Thanks for reading! Edited April 21, 2010 by SoundOfDeath
Makaule Posted April 21, 2010 Posted April 21, 2010 (edited) Try to use {"^v"). Edited April 21, 2010 by Makaule
Fire Posted April 21, 2010 Posted April 21, 2010 (edited) or ControlSend ("Auto-Read V2","","Edit1",ClipGet()) Edited April 21, 2010 by Sh3llC043r [size="5"] [/size]
SoundOfDeath Posted April 21, 2010 Author Posted April 21, 2010 Got it to work now, thanks for the quick answer Sh3llC043r ^.^
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