3mustgetbeers Posted June 5, 2012 Posted June 5, 2012 Hi guys, I'm writing a script in which I want to read something from a GUI (??). Its not one I create - so GUICtrlRead doesn't work; I'm trying to read the connection code on GoToAssistHelpAlert gui. I just don't know how to read the input box I'm sure I have done it before, but can't remember how!? I can't even think of what to search for! The only thing I know they are called is gui's - but search "autoit read gui" and you get steps for reading a GUI you create? Please can someone tell me what to search for - or the function I need to use The item I am trying to read is in ("Code Management - GoToAssist", "[CLASS:Edit; INSTANCE:2]") - btw... Thanks!
somdcomputerguy Posted June 5, 2012 Posted June 5, 2012 In the Help file, search thru the Function Reference | Window Management section, and the sub-section there, Controls. What you're looking for is probably there. 3mustgetbeers 1 - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
stormbreaker Posted June 5, 2012 Posted June 5, 2012 Want to read input box? Search for Controlgettext in help file and use it... 3mustgetbeers 1 ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
3mustgetbeers Posted June 7, 2012 Author Posted June 7, 2012 Ah! ControlGetText Thanks alot to both of you!
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