Jump to content

Recommended Posts

Posted (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 by jruelan
  • Moderators
Posted

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

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()?

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.

Posted

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...

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
×
×
  • Create New...