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 OptVerde_Click()<br />

End Sub<br />

If OptVerde.Value Then<br />

End If<br />

TxtMensaje.ForeColor = RGB(0, 255, 0)<br />

Private Sub OptAzul_Click()<br />

End Sub<br />

If OptAzul.Value Then<br />

End If<br />

TxtMensaje.ForeColor = RGB(0, 0, 255)<br />

Private Sub ChkNegrita_Click()<br />

If ChkNegrita.Value Then<br />

Else<br />

End Sub<br />

End If<br />

TxtMensaje.Font.Bold = True<br />

TxtMensaje.Font.Bold = False<br />

Private Sub ChkCursiva_Click()<br />

If ChkCursiva.Value Then<br />

Else<br />

End Sub<br />

End If<br />

TxtMensaje.Font.Italic = True<br />

TxtMensaje.Font.Italic = False<br />

Pág. 68

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

Saved successfully!

Ooh no, something went wrong!