Scorpius Posted June 26, 2005 Posted June 26, 2005 I've searched the forums for a while and was unable to find anything that would do exactly what I needed. First thing I thought would help was the Control functions, but the window that I want these commands to be executed in has no ControlID, or any Control Under Mouse information for that matter. Mainly all I will need is MouseClicks in this window but I cannot find anything that will work. Thanks for your help ahead of time.
Valuater Posted June 26, 2005 Posted June 26, 2005 Maybe this ? $pos = MouseGetPos() MouseClick("left",$pos[0], $pos[1]) Hope it helps 8)
Scorpius Posted June 26, 2005 Author Posted June 26, 2005 That still just clicks, I have the coordinates that I want, but I would like it to do something, lets say in a game, and me able able to be in a seperate window, like Firefox reading forums somewhere. Clostest thing I saw was the Control functions, but I get no control information on my window.
Valuater Posted June 26, 2005 Posted June 26, 2005 I replied to thisMainly all I will need is MouseClicks in this window but I cannot find anything that will work.good luck8)
Knight Posted June 26, 2005 Posted June 26, 2005 http://www.autoitscript.com/forum/index.php?showtopic=7112
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