VB 2010アプリケーション内から既存のWord文書を開き、ユーザーが文書を変更したかどうかに関係なく、その文書をデータベースにコピーするために、ユーザーが文書を閉じたことを検出する必要があります。どうすればこれを達成できますか?ありがとう。
例:
'Code here
Dim word as New Word.Application()
Dim doc as New Word.Document()
'open the document here and let the user work on the word document
'detect when user has closed Word
'copy the word document into database