Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2011, 08:24
SalomonSab
 
Fecha de Ingreso: noviembre-2006
Mensajes: 227
Antigüedad: 17 años, 5 meses
Puntos: 6
Respuesta: Como bloquear un textbox con un checkbox?

habe si te sirve esto:

Código:
 'Si esta habilitado
 If ChkTrue.Value = vbChecked Then
      TuTextBox.Enablet = True
 'Si esta deshabilitado
 else
      TuTextBox.Enablet = False
 End If
Saludos