radiobutton and checkbox in c#
-
Hi, I using 5 radiobuttons in a GroupBox and 5 checkbox controls. I looking to find wich index of the group of radiobutton and the index of the checkbox group Can you help me ? youssef
huh??? clearify. The only thing I can think of is you might be looking for
TabIndex
for some reason. If you are looking for the one that is selected you need to check the controls by yourself. This posting is provided "AS IS" with no warranties, and confers no rights. Alex Korchemniy -
Hi, I using 5 radiobuttons in a GroupBox and 5 checkbox controls. I looking to find wich index of the group of radiobutton and the index of the checkbox group Can you help me ? youssef
Hi, yeah alex is right... check for TabIndex and make sure of the selected tab index in the control box.... Suman