qwertylol Posted February 23, 2007 Author Posted February 23, 2007 HAHAHA had to run the script - love the tool How do i send mouse events to apps ?I got their handles now.
Shevilie Posted February 23, 2007 Posted February 23, 2007 Run the script he posted Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
qwertylol Posted February 23, 2007 Author Posted February 23, 2007 Run the script he posted How about mouse movements?
Shevilie Posted February 23, 2007 Posted February 23, 2007 Big hint http://www.autoitscript.com/autoit3/docs/f...s/MouseMove.htm Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Moderators SmOke_N Posted February 23, 2007 Moderators Posted February 23, 2007 1. You are asking to do something in a script without using MouseClick() <<< Which moves the mouse. 2. Then you ask how to move the mouse??? I would suggest opening the help file up, go to index, type in a word you are wondering about (example, type in mouse) and look at what is right in front of you. 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.
qwertylol Posted February 24, 2007 Author Posted February 24, 2007 I am trying to send mouse clicks, moves and keystrokes of keyboard to inactive windows, and I want these done whether I have those windows active or not ! ControlSend would do that, but not mousemove, which sends move events just like send, only to the front most window... What is the equivalent of ControlSend for mouse events? Or is there a way to do Mousemove and mouseclick differently ?
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