tintin92 Posted May 30, 2005 Posted May 30, 2005 Hello, "AutoIt Window Info" say to me it's Button23. How to click on Button23 with a script ? Here is what say : >>>>>>>>>>> Control Under Mouse <<<<<<<<<<< Size: X: 335 Y: 29 W: 13 H: 15 Control ID: 3 ClassNameNN: Button23 Text: There is no Text. thanks in advance. Tintin92 Tintin92
MHz Posted May 30, 2005 Posted May 30, 2005 ControlClick("Window_Title_Here", "Window_Text_Here", "Button23") Just sort the first 2 parameters of ControlClick(), as the third, has the button to click.
tintin92 Posted May 30, 2005 Author Posted May 30, 2005 ControlClick("Window_Title_Here", "Window_Text_Here", "Button23")Just sort the first 2 parameters of ControlClick(), as the third, has the button to click.<{POST_SNAPBACK}>Thanks for the quik answer.Your answer do the job.But I feel, I will to post other questions ?Tintin92 Tintin92
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