mmm, en el evento
Juan Carlos Ruiz - http://juank.black-byte.com .
CheckedChanged
del RadioButton preguntas asi por ejemplo:if(radioBtnBinario.Checked)
{
btBoton0.Enabled=true;
btBoton1.Enabled=true;
btBoton2.Enabled=false;
btBoton3.Enabled=false;
btBoton4.Enabled=false;
btBoton6.Enabled=false;
btBoton7.Enabled=false;
btBoton8.Enabled=false;
btBoton9.Enabled=false;
}
Juan Carlos Ruiz - http://juank.black-byte.com .