G
Guest
I have windows form which contains six radio buttons. I need to split these
radio buttons into two independent groups (4 + 2) so they can operate
independently.
I mean selection in one group doesn't affect other and vice verse.
I know that I can achieve this by using group controls and placing radio
buttons inside group control.
However I don't want to use group controls in my form. So my question: is
there other way to make two groups of radio buttons to work independently,
without usage of group controls?
Thanks
radio buttons into two independent groups (4 + 2) so they can operate
independently.
I mean selection in one group doesn't affect other and vice verse.
I know that I can achieve this by using group controls and placing radio
buttons inside group control.
However I don't want to use group controls in my form. So my question: is
there other way to make two groups of radio buttons to work independently,
without usage of group controls?
Thanks