I have made a menu with the name mnuformat and it
is having three submenus mnublue, mnured,mnublack.
The visible property is false.

I am having two text boxes on the form. I want that
when I right click on the textbox it should show
me this menu.

I am using the code

if button=vbrightbutton then
me.popupmenu frmforamt
end if

Now when I right click on the text box, first it shows me the default popup menu containing the cut, copy and paste options and then it shows me my menu.

Can any one tell how to disable the default menu.

Pl email me at [email protected]

Thanks

------------------