ychen Posted August 4, 2011 Posted August 4, 2011 Dear all, Can someone give me a hint or example on how to mouseclick("Right") on a selected text in a list in a window? I am still learning Autoit. I want to right click on the last item in the right windows. Thank you in advance.
ychen Posted August 4, 2011 Author Posted August 4, 2011 Sorry. I think I did not make it clear. I want to do the following steps.1. get to the right window in the picture. (I use ControlFocus)2. select the last item in the list (I use Send("{END}) )3. I want to right click on the last item in the list. Can someone give me a hint how to do this? How do I get the position of the selected item in the list and then I can mouseclick on it.Thank you in advance
JohnOne Posted August 4, 2011 Posted August 4, 2011 See if you can do what you need with the keyboard. Try Send("+{F10}") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ychen Posted August 5, 2011 Author Posted August 5, 2011 Tried. it does not work. Any other suggestions? Thanks
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