A
Andrew Mercer
HI,
I have written a standalone windows application part of whose job is to upload
edited Word documents to a Web Server.
It prompts the user to upload when the ~$.....doc file disappears from the
directory
it is watching. (The document is uploaded via a WebService).
Having read some articles about add-ins I would like to try and move this on
so that the prompt to upload appears from within Word itself (possibly at the
point of closing the document).
Is this possible with a MSWord add-in? Note: The code to do the uploading to
the server would also need to be in the add-in.
Can the user be prompted when the document is closed or at least from a new
button?
Or can my standalone application be called from the add-in instead to do the
uploading?
Any advice, useful examples or documentation would be much appreciated.
Thanks in advance.
I have written a standalone windows application part of whose job is to upload
edited Word documents to a Web Server.
It prompts the user to upload when the ~$.....doc file disappears from the
directory
it is watching. (The document is uploaded via a WebService).
Having read some articles about add-ins I would like to try and move this on
so that the prompt to upload appears from within Word itself (possibly at the
point of closing the document).
Is this possible with a MSWord add-in? Note: The code to do the uploading to
the server would also need to be in the add-in.
Can the user be prompted when the document is closed or at least from a new
button?
Or can my standalone application be called from the add-in instead to do the
uploading?
Any advice, useful examples or documentation would be much appreciated.
Thanks in advance.