DennisK Posted January 25, 2016 Posted January 25, 2016 Hi everyone, I have a windows program that produces a column of numbers, similar to an excel spread sheet column. The cells in the column contain random numbers which change every 3 seconds. I know the name of the window and the control etc. Is their someway i can read the numbers contained in the cells? Any help would be welcome.
AutoBert Posted January 25, 2016 Posted January 25, 2016 What Infos get Au3Info about this tool? Use this infos and the Control*-functions to get the data.
DennisK Posted January 25, 2016 Author Posted January 25, 2016 I have used the windows info tool, but what is " Control*-functions"?
AutoBert Posted January 26, 2016 Posted January 26, 2016 What says Windows info tool? Control'-functions are alle functions beginning with Control. The funcs you have look for are: ControlGetText, ControlListView and ControlTreeView depend on the ControlClass.
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