when I right-click on my form, a popup menu appears, but if I right-click again, the menu stays where it is, how do I get it to move to where I click?
P.S. - I tried:
Code:Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If (Button = 2) Then PopupMenu mnuEdit, , X, Y End If End Sub




Reply With Quote