D
Don Peters
I can't seem to find an answer to this problem in spite of many searches.
I have a VB.NET program that has a context menu popup event. In it I
associate some menu items with their events, as follows:
ContextMenu1.MenuItems.Add("+1", New SystemEventHandler(AddressOf
Me.Plus1))
ContextMenu1.MenuItems.Add("+2", New SystemEventHandler(AddressOf
Me.Plus2))
I have a VB.NET program that has a context menu popup event. In it I
associate some menu items with their events, as follows:
ContextMenu1.MenuItems.Add("+1", New SystemEventHandler(AddressOf
Me.Plus1))
ContextMenu1.MenuItems.Add("+2", New SystemEventHandler(AddressOf
Me.Plus2))