phreaky
Regular
I'm trying to do Windows Form, and I have to different inputs in the same form, that needs to be made with radio buttons. Both of them are booleans questions, so they have to have pair of radios by questions (()"yes" ()"no"), and of course if you select one the other one will deselect automatically (that works perfectly since it it automatically setted up). The problem is that the second question depends on the first question's radio buttons, I mean if in the first question I selected any answer (yes or no), when I try to select yes or no in the second question it deselect the answer in the first question, how do I set this up so the first pair of radio become independent from the second pair?