chorao157 Posted August 26, 2018 Posted August 26, 2018 Hello, how can I click the button using autoit? var windows = AutoIt.AutoItX.WinGetHandle("[CLASS:#32770]"); var button = AutoIt.AutoItX.ControlGetHandle(windows, "[CLASS:Button; INSTANCE:2]"); AutoIt.AutoItX.ControlClick(windows, button); it seems that it can not get the button, in debug mode I see that its value is 0x000000. thanks
FrancescoDiMuro Posted August 26, 2018 Posted August 26, 2018 Hi @chorao157 Take a look at Control* functions in the Help file Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
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