Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/10/2012, 11:43
gusanosxr
 
Fecha de Ingreso: junio-2012
Ubicación: Santiago de Chile
Mensajes: 164
Antigüedad: 11 años, 10 meses
Puntos: 1
Respuesta: bloqueo de cajas de textos

Cita:
Iniciado por pkj Ver Mensaje
Código vb:
Ver original
  1. Private Sub Form_Load()
  2.   Dim ctrl As Control
  3.   For Each ctrl In Controls
  4.     If TypeOf ctrl Is TextBox Then
  5.       ctrl.Enabled = False
  6.     End If
  7.   Next ctrl
  8.  
  9. End Sub

GRACIAS compa, todo perfe!!!