DisablePopupMenu
Sub Text1_MouseDown if button=2 then text1.enabled=false popupmenu
text1.enabled=true text1.setfocus end if End Sub
Sub Text1_MouseDown
if button=2 then
text1.enabled=false
popupmenu <MENUNAME>
text1.enabled=true
text1.setfocus
end if
End Sub
(disablepopupmenu.html)- by Paolo Puglisi - Modifica del 25/3/2019