thomassen234
Member
At first the button is enabled, and when someone clicks a button, the button turns to its disabled state.
Button1.Enabled=False
i want to be able to save the button when its disabled so when the app is opened again, the button is still in its disabled state,
Anyhelp?
Button1.Enabled=False
i want to be able to save the button when its disabled so when the app is opened again, the button is still in its disabled state,
Anyhelp?