cad29 Posted September 23, 2006 Posted September 23, 2006 Hi can anyone give me an idea im trying to make a program that will copy and paste in certain coordinates in the internet explorer window but i dont want to used the mouse click or move mouse example in a certain location x:22,y:53 on this location theres a data that i want to copy so i used a script mouseclick("Left",22,53,2,1) is there any script that i can used to copy a certain data with out using a mouse click or movemouse thanks a lot
PsaltyDS Posted September 24, 2006 Posted September 24, 2006 Hi can anyone give me an idea im trying to make a program that will copy and paste in certain coordinates in the internet explorer window but i dont want to used the mouse click or move mouse example in a certain location x:22,y:53 on this location theres a data that i want to copy so i used a script mouseclick("Left",22,53,2,1) is there any script that i can used to copy a certain data with out using a mouse click or movemouse thanks a lotRead up on Dale Hohm's IE.au3 UDF (which I think is include with the current version of AutoIT). That will give you much more direct communication with things in an IE window. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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