daveed Posted September 6, 2007 Posted September 6, 2007 How do you update the button lable on click. i tryed the example in help: _GUICtrlIpAddressGet and i am using $btn_status = GUICtrlCreateButton("Started", 10,250, 100, 25) but it only changes once and dose not update the lable. Is there a nother method other than GUICtrlCreateButton to change the text of the button
maqleod Posted September 6, 2007 Posted September 6, 2007 GuiCtrlSetData For Group, Label, Button, Checkbox, Radio, Combo, List, Input, Edit, TabItem : text update [u]You can download my projects at:[/u] Pulsar Software
daveed Posted September 6, 2007 Author Posted September 6, 2007 GuiCtrlSetDataFor Group, Label, Button, Checkbox, Radio, Combo, List, Input, Edit, TabItem : text updateto easy,Thanks
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