"force" a save when document already is saved

N

neoret

Hello.

I am programming a shared-addin using c#.

I need the word application to dispay the save dialog box when the user
presses the save button/ctrl+s. I need this to happen even though the
document is already saved...

I've tried putting the document.saved paramter to false. This did not help.

Is there another way for me to force this to happen.

Thanks for any help you can give me :)
 
C

Cindy M.

Hi =?Utf-8?B?bmVvcmV0?=,
I need the word application to dispay the save dialog box when the user
presses the save button/ctrl+s. I need this to happen even though the
document is already saved...
Have you tried sinking the DocumentBeforeSave event?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Top