I am opening MS Office Document file in AxWebBrowser
after that I navigate to next Office Document ,before navigating I saved the last document like this
AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVE, SHDocVw.OLECMDF.OLECMDF_ENABLED)
but how can I navigate to next Document without saving it even if it also have any changes?
if I do not use above line of code it ask for "Save
","Don't Save"
and "Cancel
" before navigating to next document.
help me thanks
You could kill all Excel and Winword processes before opening the next: