daveed 0 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 Share this post Link to post Share on other sites
maqleod 1 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 Share this post Link to post Share on other sites
daveed 0 Posted September 6, 2007 GuiCtrlSetDataFor Group, Label, Button, Checkbox, Radio, Combo, List, Input, Edit, TabItem : text updateto easy,Thanks Share this post Link to post Share on other sites