How to disable editing menu's and toolbars with vba

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made an application with custom toolbars. When opening my application
I disable all standard toolbars and menu's so only my custom toolbars can be
viewed. My only problem is that the user still can rightclick on the menu or
toolbar on wich a popup menu apears to edit the menu or toolbar. Is there a
way to disable this form vba code?
 
I was only looking at a vba sollution, but this is more simple. I already
have a sollution to disable the shift-key so my application can in no way be
modified from users. Thanks Alex
 
Back
Top