how enable disable one checkbox not in group
in windows forms if we click one checkbox other is disable mode
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sibeesh VenuPosted Oct 29, 2014, 7:27 AM
Enabledproperty tofalse. Ie.checkBox1.Enabled = false;
Read more here : http://stackoverflow.com/questions/5961104/how-to-make-a-checkbox-unselectable