ACRK Posted August 28, 2016 Posted August 28, 2016 When a message box is created with 3 buttons and tried to pass mouseclick to Yes button using control click function it is not happening. Kindly help me on this
InunoTaishou Posted August 28, 2016 Posted August 28, 2016 Post your code, we don't know what you tried.
Developers Jos Posted August 28, 2016 Developers Posted August 28, 2016 17 minutes ago, ACRK said: and tried to pass mouseclick to Yes button using control click function it is not happening. I hope you didn't try this in the same script as MsgBox() is a blocking function, so autoit3 will wait till the MsgBox() is closed before any subsequent function is performed. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
AutoBert Posted August 28, 2016 Posted August 28, 2016 Maybe he wan't to click this UAC-Window, but therefore the script needs #RequireAdmin.
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