TK_Incorperate Posted October 2, 2007 Posted October 2, 2007 I've searched and searched for this, and couldn't find a solution. What I want done here, is for ShiftDown to be sent to a window, so I can have ControlClick a couple times, then ShiftUp sent to the window to release it. This all must be done in windows mode ONLY! P.S. I would also like to know if there is any way to add a left mouse click into the ControlSend function, if so then I can just do shift+click on ControlSend. Thanks in advance. ~TK
Zedna Posted October 2, 2007 Posted October 2, 2007 Try: ControlSend('','','','{SHIFTDOWN}') ControlClick(...) ControlClick(...) ControlSend(('','','','{SHIFTUP}') Resources UDF ResourcesEx UDF AutoIt Forum Search
TK_Incorperate Posted October 2, 2007 Author Posted October 2, 2007 I tried that, thinking it would work just like a "Send" function, however with no luck at all, it presses shit, but it does not hold it down. Simply presses shift for a short second. ~TK
Zedna Posted October 3, 2007 Posted October 3, 2007 If above tip doesn't work then some of developers must give you idea how to simulate Shift+ControlClick() Resources UDF ResourcesEx UDF AutoIt Forum Search
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