gotikiller Posted January 18, 2007 Posted January 18, 2007 Hello, I am in a bit of a conundrum. I need to copy text from a program. I can not save the text file, and I need to do some sort of copy/paste. I tried to use the ControlGetText, but for some reason the text cant be seen by autoit. What I need to know if I can do is a MouseClickHold. If there is a function that can simulate a mouse clicking and holding until I tell it to stop, I can just use the mousewheel scroll a few times and it will work.So my question is simply (if you decide to skip the previous illegible paragraph) is it possible to use Autoit to simulate a mouse clicking and holding until I tell it to stop
Paulie Posted January 18, 2007 Posted January 18, 2007 (edited) Hello, I am in a bit of a conundrum. I need to copy text from a program. I can not save the text file, and I need to do some sort of copy/paste. I tried to use the ControlGetText, but for some reason the text cant be seen by autoit. What I need to know if I can do is a MouseClickHold. If there is a function that can simulate a mouse clicking and holding until I tell it to stop, I can just use the mousewheel scroll a few times and it will work.So my question is simply (if you decide to skip the previous illegible paragraph) is it possible to use Autoit to simulate a mouse clicking and holding until I tell it to stopMouseClickDrag() MouseDown()if its Copy/Paste you want Try ClipGet()ClipPut() Edited January 18, 2007 by Paulie
Moderators SmOke_N Posted January 18, 2007 Moderators Posted January 18, 2007 is it possible to use Autoit to simulate a mouse clicking and holding until I tell it to stopMouseClickDrag()if its Copy/Paste you want Try ClipGet()ClipPut()Do you mean MouseDown()? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Paulie Posted January 18, 2007 Posted January 18, 2007 Do you mean MouseDown()?I knew that...lol sorry wasn't using my head
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