G
Guest
hey guys, i want to pop-up a msg when i click on one of the items in the contextMenu, problem is i click on it and it does nothing ???
here is the code:
Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click
msgbox "Hello World !"
End Sub
what is the problem?
here is the code:
Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click
msgbox "Hello World !"
End Sub
what is the problem?