K
kohoutec
Hi all
Sorry, this is a rather basic question
In C++ Builder its possible to
create a "Radiogroup" and populate it with radiobuttons, these then have
their own index within the group. In my case I want to use this
"itemindex" in a switch statement, ie
switch(RadioGroup->ItemIndex)
{
case 0: //do stuff
break;
etc
}
I'm trying to find a way to do the same sort of thing in c# but am not
having much success and wondered if anyone can suggest an easy way to do
this. I should point out my knowledge of c++/c# is pretty basic so speak
slowly
Many Thanks
Jon
Sorry, this is a rather basic question

create a "Radiogroup" and populate it with radiobuttons, these then have
their own index within the group. In my case I want to use this
"itemindex" in a switch statement, ie
switch(RadioGroup->ItemIndex)
{
case 0: //do stuff
break;
etc
}
I'm trying to find a way to do the same sort of thing in c# but am not
having much success and wondered if anyone can suggest an easy way to do
this. I should point out my knowledge of c++/c# is pretty basic so speak
slowly

Many Thanks
Jon