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

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

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

MouseMove<br />

Public Class Form4<br />

Private Sub PictureBox1_MouseMove(ByVal sen<strong>de</strong>r As Object, ByVal e As<br />

System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseMove<br />

RESP.Text = "MONITOR"<br />

End Sub<br />

Private Sub PictureBox2_MouseMove(ByVal sen<strong>de</strong>r As Object, ByVal e As<br />

System.Windows.Forms.MouseEventArgs) Handles PictureBox2.MouseMove<br />

RESP.Text = "TECLADO"<br />

End Sub<br />

Private Sub PictureBox3_Click(ByVal sen<strong>de</strong>r As System.Object, ByVal e As<br />

System.EventArgs) Handles PictureBox3.Click<br />

End Sub<br />

Private Sub PictureBox3_MouseMove(ByVal sen<strong>de</strong>r As Object, ByVal e As<br />

System.Windows.Forms.MouseEventArgs) Handles PictureBox3.MouseMove<br />

RESP.Text = "RATÓN"<br />

End Sub<br />

Private Sub PictureBox4_MouseMove(ByVal sen<strong>de</strong>r As Object, ByVal e As<br />

System.Windows.Forms.MouseEventArgs) Handles PictureBox4.MouseMove<br />

RESP.Text = "CPU"<br />

End Sub<br />

Private Sub Button10_Click(ByVal sen<strong>de</strong>r As System.Object, ByVal e As<br />

System.EventArgs) Handles Button10.Click<br />

RESP.Text = ""<br />

End Sub<br />

Private Sub Button8_Click(ByVal sen<strong>de</strong>r As System.Object, ByVal e As<br />

System.EventArgs) Handles Button8.Click<br />

Form1.Close()<br />

End Sub<br />

Private Sub Button9_Click(ByVal sen<strong>de</strong>r As System.Object, ByVal e As<br />

System.EventArgs) Handles Button9.Click<br />

Form5.Show()<br />

Me.Hi<strong>de</strong>()<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!