jruelan Posted October 11, 2007 Posted October 11, 2007 (edited) Hello good day, im confused... how can i get the text or value of the label control, there is no function for it, is there. tnx Edited October 11, 2007 by jruelan
Moderators SmOke_N Posted October 11, 2007 Moderators Posted October 11, 2007 Hello good day, im confused... how can i get the text or value of the label control, there is no function for it, is there. tnxNo function for it?Let's see... Reading a "Label" control from an AutoIt GUI you created... GUICtrlRead().Reading a "Label" of a Control from another app... ControlGetText()? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
jruelan Posted October 11, 2007 Author Posted October 11, 2007 No function for it?Let's see... Reading a "Label" control from an AutoIt GUI you created... GUICtrlRead().Reading a "Label" of a Control from another app... ControlGetText()?i tried GuiCtrRead but it only returns 0 and it said in its API, no label is supported only combo box, edit, button, etc...
jruelan Posted October 11, 2007 Author Posted October 11, 2007 gosh, my typo error, i forgot to make the label ID a global variable, sorry for the trouble, my sincerest apology to all...
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