View Single Post
  #1   Report Post  
Daniel D.
 
Posts: n/a
Default How to disable toolbar customization

I have to secure Word documents. I do this calling MSWord in OLE with a VB6
program.

I want to disable or remove the dropdown button at the right of any
commandbar. This button is used to add/remove buttons or show the customize
form.
That's exactly what I do not want to be displayed.

Using Commandbars("Toolbar List").enabled=false we can disable the right
click on the toolbar to call the customize form, but any toolbar can still
offer this capability.

Many thanks for your help,

Regards,

fa98