D
David Amador T.
Hello I want to execute a form when the user does click in a label but the
event click is apparently not called.
Private Sub PictureBox2_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles PictureBox2.Click
Dim oFrm As New FrmUno
oFrm.Show()
End Sub
Thanks-...
event click is apparently not called.
Private Sub PictureBox2_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles PictureBox2.Click
Dim oFrm As New FrmUno
oFrm.Show()
End Sub
Thanks-...