downloadpro Posted July 3, 2016 Share Posted July 3, 2016 Dear all, At present, I need to compose a tool that can get information from a running program. Then it will use these informations to control the program. Thanks for your help. Link to comment Share on other sites More sharing options...
water Posted July 3, 2016 Share Posted July 3, 2016 (edited) Welcome to AutoIt and the forum! What kind of information are you talking about? Only if we know what you are looking for we can suggest a tool Edited July 3, 2016 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
downloadpro Posted July 4, 2016 Author Share Posted July 4, 2016 Hi water, There is a program run on computer. Normally, I will use this program to observe status of my system. This program can observe fault, alarm. I will click on items on the interface of program, a result will be returned on this interface. This task is repeated frequently. So I need a tool perform this job automatically, it will read result show on screen and export to report. Link to comment Share on other sites More sharing options...
water Posted July 4, 2016 Share Posted July 4, 2016 Use the AutoIt Control*-functions (ControlSend, ControlCommand etc.) to work with the controls of another program. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
junkew Posted July 4, 2016 Share Posted July 4, 2016 https://www.autoitscript.com/wiki/FAQ question 31 will give you a proper start FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
downloadpro Posted July 5, 2016 Author Share Posted July 5, 2016 The command "_UIA_getFirstObjectOfElement" is missed, I have included "UIAWrappers.au3" but it didn't work. Where can I get the lastest "UIAWrappers.au3"? Refer: Example 4 that demonstrates the calculator 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