How to disable toolbar customization

  • Thread starter Thread starter Daniel D.
  • Start date Start date
D

Daniel D.

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
 
Answered in another newsgroup (with the same answer). You can't effectively
do this, you'll just spend a lot of time doing something that will annoy
your users and be easily defeated. Please do not multipost.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top