Nazo Posted November 4, 2007 Posted November 4, 2007 How can I emulate scroll up/down and hang left mouse click then go to some coordinates?
i542 Posted November 5, 2007 Posted November 5, 2007 How can I emulate scroll up/down and hang left mouse click then go to some coordinates?Send("{UP}") Send("{DOWN}") MouseDown("left") MouseMove ( 0,0,5 ) MouseUp("left") Hope I helped I can do signature me.
Nazo Posted November 5, 2007 Author Posted November 5, 2007 k tnx, it was quite easy this is not mouse scroll but in this case this is enough i didn't thought about that ;P
i542 Posted November 5, 2007 Posted November 5, 2007 k tnx, it was quite easy this is not mouse scroll but in this case this is enough i didn't thought about that ;PYou're welcome I can do signature me.
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