Just call "EnableWindow" function on your checkbox. For example, if your checkbox is named "MyCheckBox", you will use this call in your function.
MyCheckBox.EnableWindow(FALSE);
So if you have 10 checkboxes, you will call this function for each of them. A checkbox is a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.