30.04.2013 Views

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Private Sub ChkSubrayado_Click()<br />

If ChkSubrayado.Value Then<br />

Else<br />

End Sub<br />

End If<br />

TxtMensaje.Font.Underline = True<br />

TxtMensaje.Font.Underline = False<br />

Private Sub ChkMayuscula_Click()<br />

End Sub<br />

If ChkMayuscula.Value Then<br />

End If<br />

TxtMensaje = UCase(TxtMensaje)<br />

Private Sub TxtMensaje_KeyPress(KeyAscii As Integer)<br />

End Sub<br />

Dim CAR As String * 1<br />

If ChkMayuscula.Value Then<br />

End If<br />

CAR = UCase(Chr(KeyAscii))<br />

KeyAscii = Asc(CAR)<br />

La función RGB() especifica el color que se asigna a la<br />

propiedad ForeColor.<br />

La función UCase() retorna una cadena de caracteres en<br />

mayúsculas.<br />

Pág. 69

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!