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.

indican:<br />

Form1<br />

Text1<br />

1 cuadro de texto<br />

1 control CommonDialog<br />

Seguidamente debe establecer las propiedades que se<br />

Nombre FrmEditor<br />

Caption Editor<br />

Nombre TxtEditor<br />

MultiLine True<br />

ScrollBars<br />

Text<br />

3-Both<br />

CommonDialog1<br />

Nombre CommonDialog1<br />

CancelError True<br />

Una vez establecidas las propiedades de la interfaz<br />

ingresar el código que se muestra:<br />

Private Sub Form_Resize()<br />

End Sub<br />

TxtEditor.Move 0, 0, ScaleWidth, ScaleHeight<br />

Private Sub MnuArchivoNuevo_Click()<br />

End Sub<br />

TxtEditor = “”<br />

Pág. 168

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

Saved successfully!

Ooh no, something went wrong!