IndianSage Posted February 14, 2020 Posted February 14, 2020 Hi, 1. Can AutoIt be used for automation of XBase++ based application? 2. Can AutoIt be used for automation of Clipper based application? Thanks in advance for your support.
seadoggie01 Posted February 14, 2020 Posted February 14, 2020 I would suggest asking directly about the applications you want to try to automate and give a brief description of what you want to do inside them. Otherwise a simple "yes" is going to be the most accurate answer here. I can move my mouse around to automate anything with MouseMove, MouseClick, and Sleep, but that's generally not the best way to do something Musashi 1 All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types
IndianSage Posted February 17, 2020 Author Posted February 17, 2020 Thanks for the answer. I can send code of testing but with your answer I am satisfied at this moment of experimenting with it. If and when my project comes thru and if any issue at handling screens there then at that time I will be in touch with specific details. Currently, I was trying to simulate if xBase++ screens can be handled or not and it seems its fine. I too tried in parallel and it worked for 1st screen then I tried with complex screen where I was facing solution but finally I resolved that too with key sequence as AutoItInfo was not working with the CLASSNN, CLASS etc. provided there so I tried x,y coordiates and also I tried CHILD window and got all handles and then worked on it and it did work it seems for my sample code. Thanks once again.
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