pjo Posted February 21, 2008 Posted February 21, 2008 Hi! Is there any way to find a button in a Window application in AutoItX com interface? This button does not have a short cut key as in Firefox bookmark Alt+B. So I need to move the mouse to the button and left click. Then select a particular item then left click and so on. pjo
pjo Posted February 22, 2008 Author Posted February 22, 2008 Hi! Is there any way to find a button in a Window application in AutoItX com interface?This button does not have a short cut key as in Firefox bookmark Alt+B.So I need to move the mouse to the button and left click. Then select a particular item then left click and so on.pjoBump
Richard Robertson Posted February 22, 2008 Posted February 22, 2008 Have you tried using ControlClick?
pjo Posted February 22, 2008 Author Posted February 22, 2008 Have you tried using ControlClick?Thanks !I was looking for the keyword !I will investigate how to do it from AutoItX in PowerShell.pjo
pjo Posted February 22, 2008 Author Posted February 22, 2008 Have you tried using ControlClick?Related question.If the ControlID for the button is unknown, can Au3info.exe find it ?I tried it but after moving the mouse onto the button, it does not show ID.Does this mean there is no ControlID for this button ?pjo
Richard Robertson Posted February 22, 2008 Posted February 22, 2008 Wait, no control ID? Is this a web form button by chance? If so, you will need to use something like the IE object (#include <ie.au3>).
pjo Posted February 22, 2008 Author Posted February 22, 2008 Wait, no control ID? Is this a web form button by chance? If so, you will need to use something like the IE object (#include <ie.au3>).This app is stand alone and it is not Web based.
TranMinhDuc Posted May 22, 2008 Posted May 22, 2008 Hi.everyone. I think Control ID of Button in a Game is Unknown, that right? Share share share... and share share shareForum AutoIT Việt
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