A
Andy Fish
Hi,
I'm operating word from a C# application using OLE interop. on one word
document, I get this message when trying to open it:
"Links to additional assistance and resources are available for this
document and for all documnts created from the templates available on
Microsoft Office Online. Do you want to automatically download and display
these links in the Template Help pane each time they are available?"
even though I have set DisplayAlerts = WdAlertLevel.wdAlertsNone, the
message still appears.
does anyone know how to open up a document like this without seeing this
message?
Note that if I open the document up interactively and dismiss the dialog, it
never reappers so I presume it must be storing the answer in the registry
somewhere. so I'm thinking that if I could find and fake this registry key I
could avoid this dialog ever appearing. anyone got any ideas what key it
uses?
TIA for any answers or other hints
Andy
I'm operating word from a C# application using OLE interop. on one word
document, I get this message when trying to open it:
"Links to additional assistance and resources are available for this
document and for all documnts created from the templates available on
Microsoft Office Online. Do you want to automatically download and display
these links in the Template Help pane each time they are available?"
even though I have set DisplayAlerts = WdAlertLevel.wdAlertsNone, the
message still appears.
does anyone know how to open up a document like this without seeing this
message?
Note that if I open the document up interactively and dismiss the dialog, it
never reappers so I presume it must be storing the answer in the registry
somewhere. so I'm thinking that if I could find and fake this registry key I
could avoid this dialog ever appearing. anyone got any ideas what key it
uses?
TIA for any answers or other hints
Andy