我需要从我的 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