t1g3r Posted March 29, 2006 Posted March 29, 2006 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.
strate Posted March 29, 2006 Posted March 29, 2006 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...
MHz Posted March 29, 2006 Posted March 29, 2006 (edited) SysTabControl321 can be alittle differcult to manage with AutoIt. Opt('WinTitleMatchMode', 4) $text = ControlGetText('Class=SciTEWindow', '', 'SysTabControl321') MsgBox(0, '', $text) Edited March 29, 2006 by MHz
t1g3r Posted March 29, 2006 Author Posted March 29, 2006 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
MHz Posted March 29, 2006 Posted March 29, 2006 (edited) 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 textYour 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 March 29, 2006 by MHz
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