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
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
Post a Comment