0
Answer

Context Menu

Photo of stewara

stewara

21y
1.8k
1
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.

Answers (0)