lunes, 19 de septiembre de 2011

componentes del pc

Esta aplicacion nos muestra las partes del pc.

la siguiente es la programación:

Private Sub Command1_Click()
End
End Sub
Private Sub Form_Load()
End Sub
Private Sub Label2_Click()
Label1.Caption = "monitor"
End Sub
Private Sub Label3_Click()
Label1.Caption = "torre"
End Sub
Private Sub Label4_Click()
Label1.Caption = "parlantes"
End Sub
Private Sub Label5_Click()
Label1.Caption = "teclado"
End Sub
Private Sub Label6_Click()
Label1.Caption = "mouse"
End Sub

No hay comentarios:

Publicar un comentario