What exactly are you doing? For a popup menu to popup, someone has to write the code for it to; who wrote the code? Where did you get the code? We've all been going around and around for 3 or 4 days now, without really knowing exactly what you (or we) are trying to deal with.
Barring that, I'll try to help once again. Go into your code and look for the procedure below (replace "txtYourTextBox" with the name of the text box you're dealing with, and the "PopupMenu" and "mnuPopup" will be whatever names appear to the right of "If Button = 2"; they'll also be in the Menu Editor):
Sub txtYourTextBox_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then PopupMenu mnuPopup ' right mouse click
End Sub
When you find this procedure, simply delete it. This should eliminate the popup menu.
If you really want to clean up, go into the Menu editor and delete all items from "mnuPopup" down> "It's got to be the going,
not the getting there that's good!"
-Harry Chapin