for example - here non-clicked apply button (just default system window, no scripting):
after clicked once, changes it's color , not clicked again:
is there way create such apply-like button using autohotkey?
take @ guicontrol, disable
. example:
gui,add,button,gfoo vbar,test gui,show return foo: guicontrol,disable,bar return
Comments
Post a Comment