contextmenu items event not working

mark103

Member
Joined
Apr 13, 2008
Messages
11
Programming Experience
3-5
Hi guys,

I have a form with contextmenu where you can get the menu items on shockwave. I uses the menu items event to get the method of working when clicking them on shockwave by using right-mouse button. When I debug the project and when I clicked on testmenu item event, nothing have happens.



Form Code:

VB.NET:
Public Class Form1
    Private Sub testmenu_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles testmenu.Click
        MessageBox.Show("this is the test!")
    End Sub
End Class


Please can you tell me why it doesn't do anything when I click on testmenu item event??



Hope you guys can help!!!!!!!!!


Thanks,
Mark
 

Attachments

  • menutest.zip
    12.6 KB · Views: 22
Last edited by a moderator:
Back
Top