Zohar 3 Posted September 17, 2012 (edited) Hi1)I used to work with _MouseClickPlus() and it worked good.It clicked a point on the screen, without moving the mouse there, which was very convenient in some situations.I now try to use _MouseClickPlus() again, after not using it quite some time, and it doesn't work.I should mention that I did not change my computer/OS.I still use Windows XP SP3.I tried a simple example, to click the Start Menu._MouseClickPlus("[Class:Shell_TrayWnd]","left",10,10,1)and also:_MouseClickPlus(WinGetHandle("[Class:Shell_TrayWnd]"),"left",10,10,1)(My TaskBar is on the Top, not the Bottom of the screen, that's why I gave (10,10) co-ordinates)Anyone know how to make it work again?2)Also,Where can I find the latest version of _MouseClickPlus()?Thank you very muchZohar Edited September 17, 2012 by Zohar Share this post Link to post Share on other sites