c# - SaveAs-Dialog shows ExecuteDialog instead -


we've implemented addin office. i'm faced strange behavior. want show user saveasdialog when closes application. that, use following line of code. uses saveas-dialog of word itself.

((word.application)m_application).dialogs(word.wdworddialog.wddialogfilesaveas).show(); 

this code works in other places not when application being closed. instead i'm seeing following window

windows

it translates "execute" title options "clipboard & configuration"

any idea might doing wrong? & advice appreciated.

note: can't find translated (to english) version of window. if has it, feel free add it.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -