Dampe Posted March 17, 2008 Share Posted March 17, 2008 Is there anyway to click on a directed window, without activating it, but not using controlclick? I am trying to make AutoIt click on the World of Warcraft window whilst I have it minimized I cannot accomplish this with ControlClick because I believe WoW doesn't have a control? I have tried it with ControlClick ("World of Warcraft" ,"", "", "left") And ControlClick ("World of Warcraft", "", "GxWindowClassD3d", "left") Still no luck Any help would be appreciated. Link to comment Share on other sites More sharing options...
Aassdd Posted March 17, 2008 Share Posted March 17, 2008 No, the only option to click somewhere in a window without activating it is ControlClick. Link to comment Share on other sites More sharing options...
Dampe Posted March 17, 2008 Author Share Posted March 17, 2008 Damn, that is a shame Thanks for letting me know. Link to comment Share on other sites More sharing options...
Dampe Posted March 24, 2008 Author Share Posted March 24, 2008 (edited) Sorry to bump but I have a bit of a something weird here: I can't ControlClick to the WoW window, but I can ControlSend to the WoW Window using: ControlSend ("World of Warcraft", "", "", "key") Weird. Edited March 24, 2008 by Dampe Link to comment Share on other sites More sharing options...
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