Jump to content

Autoit


 Share

Recommended Posts

it.au3

yes another noob question. if there are what commands would i use to get autoit to find words in the text line in the control under mouse area.

ControlGetPos

MouseGetPos

GUICtrlRead

INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Link to comment
Share on other sites

SysTabControl321 can be alittle differcult to manage with AutoIt.

Opt('WinTitleMatchMode', 4)
$text = ControlGetText('Class=SciTEWindow', '', 'SysTabControl321')
MsgBox(0, '', $text)

:)

Edited by MHz
Link to comment
Share on other sites

SysTabControl321 can be alittle differcult to manage with AutoIt.

Opt('WinTitleMatchMode', 4)
$text = ControlGetText('Class=SciTEWindow', '', 'SysTabControl321')
MsgBox(0, '', $text)

:)

My problem is i have an active window with a box which displays different text in it i can use "guictrlread" and the controlID this works fine but i need to do different things depending on what text is in the box. how can i get it to understand the different text

Link to comment
Share on other sites

My problem is i have an active window with a box which displays different text in it i can use "guictrlread" and the controlID this works fine but i need to do different things depending on what text is in the box. how can i get it to understand the different text

Your in the general support forum (not Gui forum). Do you want to state whether your are reading from a AutoIt Gui internally or from an external Gui application. GuiCtrlRead is for internal AutoIt Gui usage. :) Edited by MHz
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...