✅ Help with windows forms check uncheck thing
I want it to be where only 1 checkbox can be checked at a time, I tried this but it is not working, any help?
6 Replies
rather than going through each checkbox and checking its state, you can just set any box that isnt the one just clicked, and make them unchecked
this solution kind of assumes you mean every box in the form
that makes sense, and yeah i do want it for all the checkboxes. Thank you very much
if i wanted to exclude 1 checkbox how could i do that?
i did forget about 1
if you need this on specific boxes, your best bet would be to assign references to them in an array via the classes constructor
thank you
yw
when your ready, you can use
/close
to $close this threadUse the /close command to mark a forum thread as answered