1. In MS word, When we Click on Tools--Options, we get a number of tabs on
the next form that opens. How do i disable only the security tab on the menu?



2. How do i add a custom button to the File menu of MS Word?

Re: MS Word C# programming(Visual Studio) by Jonathan

Jonathan
Fri Apr 11 06:12:04 PDT 2008


"Aerojade" <Aerojade@discussions.microsoft.com> wrote in message
news:F1013DF6-8206-406C-BD44-19BA9F7FCA11@microsoft.com...
> 1. In MS word, When we Click on Tools--Options, we get a number of tabs on
> the next form that opens. How do i disable only the security tab on the
> menu?

As far as I'm aware, you can't.

>
>
>
> 2. How do i add a custom button to the File menu of MS Word?
>

You identify the first control on the CommandBars.ActiveMenuBar object. That
control, being a dropdown menu, has a Controls collection of its own, and
you Add an additional control to that collection.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup