Ilounah Posted August 1, 2013 Share Posted August 1, 2013 Good day Im trying to use the Control Click funtion but seem's not working for me, Click the Button on my Virtual router Plus button I cook up with this simple script ( Im not good enough on Autoit ) ShellExecute("PLDT", "", @DesktopDir & "\My Connection", "") Opt("WinTitleMatchMode", 2) WinActivate("[TITLE:Virtual Router Plus]") ControlClick("Virtual Router Plus", "", "ClassnameNN:WindowsForms10.BUTTON.app.0.378734a3", "primary", "1") I try to search but IE forms for html falls on my search I think I cant use IE buttons. I use the Window info to get the controls. Link to comment Share on other sites More sharing options...
JohnOne Posted August 1, 2013 Share Posted August 1, 2013 Try waiting for the window to be active. WinWaitActive() Ilounah 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Ilounah Posted August 1, 2013 Author Share Posted August 1, 2013 thanks john ill try using IF..endif command with loop.. or use that winwait function and post the result later.. Link to comment Share on other sites More sharing options...
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