10.04.2019 Views

Ejercicios de programación .net (nivel inicial)

Se muestra el funcionamiento de los conceptos básicos para programar en .net

Se muestra el funcionamiento de los conceptos básicos para programar en .net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Propieda<strong>de</strong>s <strong>de</strong> los objetos<br />

Public Class Form7<br />

Private Sub CheckBox1_CheckedChanged(ByVal sen<strong>de</strong>r<br />

As System.Object, ByVal e As System.EventArgs)<br />

Handles CheckBox1.CheckedChanged<br />

TextBox1.Text = "Programación"<br />

End Sub<br />

Private Sub CheckBox2_CheckedChanged(ByVal sen<strong>de</strong>r<br />

As System.Object, ByVal e As System.EventArgs)<br />

Handles CheckBox2.CheckedChanged<br />

TextBox1.Text = "INFORMÁTICA"<br />

End Sub<br />

End Class<br />

Leonel Navarrete

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

Saved successfully!

Ooh no, something went wrong!