0
Reply

Context Menu

stewara

stewara

Jul 1 2004 5:35 PM
1.4k
I have created context menus on my form and they work fine. My problem is I want to modify them so that they will be invoked not just on a right click but invoke on a click as well. I have used this syntax "Me.cmnu_Del.Show(Me.btnDelete, Me.btnDelete.Location)" Results: On a right click the menu is right over the button (where I want it). On a left click the menu is in the bottom right corner of the form. Suggestions please.... Thank you Arnie.