autoitquestion 0 Posted April 1, 2011 Hi, I wish to click on button in window application I have I used AutoIt v3 window info regarding this application, so I assume that all needed deatils are existing.. At the beginning, I did: WinActivate("[CLASS:WindowsForms10.window.8.app.0.33c0d9d]", "") and it's working.. Now, I assume that I need bring mouse cursor to the button When I will success do it, I assume that MouseClick("left") will solve the issue Can someone help me with that? Thanks !! Auto It beginner programmer.. Share this post Link to post Share on other sites
autoitquestion 0 Posted April 1, 2011 Any suggestion? Share this post Link to post Share on other sites
autoitquestion 0 Posted April 1, 2011 solved. I used ControlClick. thanks. Share this post Link to post Share on other sites