tom_dickson Posted November 1, 2016 Posted November 1, 2016 (first post) What i am trying to do is get text from a tab on a program that i am trying to write an automation script for. (this program isn't a basic windows program) A little bit about this program: There are windows elements there such as dropdown lists and buttons but this program is using tabs that they have created and there is no short cut to selecting each tab. So what i am trying to do is get the script to read the program and find what the tab name is and then select it with the mouse by find the x,y of where the tab is. (sorry doesn't make sense) But if anyone has any ideas or would like me to explain let me know.
LarsJ Posted November 2, 2016 Posted November 2, 2016 The first thing you can do is to investigate whether the controls in the window is recognized by the AutoIt Window Info Tool. Can the tool identify the tab items and the names of the tab items? If the tool can recognize the controls, you can use Windows and Controls functions to automate the controls. If the tool does not recognize the controls, we've heavier weapons available. But you should start with the classic functions. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
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