W
wilsond
I disabled the Word 2003 File|Open menu option through automation code in C#
for an application I'm writing. Upon exiting the application, I re-enable the
option. I put a "pause" in the program so that I can look at the Word menu
before the app closes the Word instance and I can see that it got back to
being enabled. But when I start up Word by itself, the File|Open menu option
is disabled.
The application will ultimately disable several menu options. Those menu
options need to be re-enabled so that if a user wants to use Word by itself,
those options are available. Anyone got any ideas why it keeps saving the
settings from the app??
Additionally, I need to disable some shortcut keys. Like CTRL + O, CTRL + S,
etc. I understand the only way to do this is through code in a document. Can
someone give me an example snippet of code on how to do this?
David
for an application I'm writing. Upon exiting the application, I re-enable the
option. I put a "pause" in the program so that I can look at the Word menu
before the app closes the Word instance and I can see that it got back to
being enabled. But when I start up Word by itself, the File|Open menu option
is disabled.
The application will ultimately disable several menu options. Those menu
options need to be re-enabled so that if a user wants to use Word by itself,
those options are available. Anyone got any ideas why it keeps saving the
settings from the app??
Additionally, I need to disable some shortcut keys. Like CTRL + O, CTRL + S,
etc. I understand the only way to do this is through code in a document. Can
someone give me an example snippet of code on how to do this?
David