user interface - Create apply-like Gui button -


for example - here non-clicked apply button (just default system window, no scripting):

enter image description here

after clicked once, changes it's color , not clicked again:

enter image description here

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