Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/06/2010, 13:16
Avatar de mauro_bernal_rios
mauro_bernal_rios
 
Fecha de Ingreso: abril-2008
Ubicación: Mendoza
Mensajes: 88
Antigüedad: 16 años
Puntos: 2
Respuesta: Recorrer RadioButtons

Me autorespondo:

Código:
 Dim ctrl As New Control
        Dim rbt As New RadioButton


        For Each ctrl In Me.Panel_1.Controls
            If TypeOf ctrl Is RadioButton Then
                rbt = ctrl
                If rbt.Checked = True Then
                    MsgBox("Se eligio: " + rbt.Text)
                End If
            End If
        Next
Así lo pude hacer.. No se si esta bien pero funciona...
__________________
Mauro Bernal
Sistemas y Web
http://maurobernal.com.ar
[email protected]