Jump to content

Recommended Posts

Posted (edited)

If i have this text:

GUICtrlCreateLabel ("Message", 10, 10)

and then for some reason want to change the "Message" to something else

how do i do that? and i dont want to createanother one above

isnts there a GUICtrlEditlabel or something i can use?

Edited by joeyone
Posted

Your label first has to be assigned to a variable.

$label = GUICtrlCreateLabel("Original text"...)

GUICtrlSetData($label, "New text")

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
  • Recently Browsing   0 members

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