ychen 0 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. Share this post Link to post Share on other sites
ychen 0 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 Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
ychen 0 Posted August 5, 2011 Tried. it does not work. Any other suggestions? Thanks Share this post Link to post Share on other sites