Disable or Enable a Button
-
Hi! I'm wondering how to Disable and Enable a button. For example I'm trying to create a small program where you mark a checkbox, doing this Enables the button to continue. If it's unchecked the button is disabled. To make it disabled is easy, cause I make it as default as disabled. My problem is how do I do to Enable it when the checkbox is checked? I'm writing it in Win32 API...no MFC Please help!
-
Hi! I'm wondering how to Disable and Enable a button. For example I'm trying to create a small program where you mark a checkbox, doing this Enables the button to continue. If it's unchecked the button is disabled. To make it disabled is easy, cause I make it as default as disabled. My problem is how do I do to Enable it when the checkbox is checked? I'm writing it in Win32 API...no MFC Please help!
-
Hi! I'm wondering how to Disable and Enable a button. For example I'm trying to create a small program where you mark a checkbox, doing this Enables the button to continue. If it's unchecked the button is disabled. To make it disabled is easy, cause I make it as default as disabled. My problem is how do I do to Enable it when the checkbox is checked? I'm writing it in Win32 API...no MFC Please help!