Cyote101 Posted February 26, 2008 Posted February 26, 2008 Hello, I have a spreadsheet, with a button that will run this script, I'm trying to come up will a code that will move the mouse position up about 50 pixils and then rightclick and do the following WinActivate("TPS REPORT","") Here is were i would like to put the mouse move code. Send("p") Send("l") Send("P") thanks
Bert Posted February 26, 2008 Posted February 26, 2008 look at the helpfile mousemove mouseclick The Vollatran project My blog: http://www.vollysinterestingshit.com/
Cyote101 Posted February 26, 2008 Author Posted February 26, 2008 look at the helpfilemousemovemouseclick Thank you, I have looked at the file and I Also looked at MouseCoordMode, but I'm new to this and I don't know how exactly do itThanks
Aassdd Posted February 26, 2008 Posted February 26, 2008 $pos = MouseGetPos() MouseMove($pos[0], $pos[1] - 50)
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