Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/12/2008, 11:18
spiderman78
 
Fecha de Ingreso: abril-2008
Mensajes: 281
Antigüedad: 16 años, 1 mes
Puntos: 1
Respuesta: formato mayusculas

Cita:
Iniciado por spiderman78 Ver Mensaje
Si me funciono perfectamente bien, solo una pregunta como puedo hacerle cuando son textbox indexados, ojala me pudieran orientar..... gracias


saludos
Ok ya estuve investigando y la forma seria asi por si les sirve alguien

Código:
Private Sub text2_KeyPress(Index As Integer, KeyAscii As Integer)
    KeyAscii = Asc(UCase(Chr(KeyAscii)))
End Sub
Saludos