views:

28

answers:

1

I want to make a ms word add-in, that does this:

It asks for a user, password and a network path which correspond to a WebDAV server, for a certain user, and if entered correctly, displays an interface from which a user can select to create, or open a file. When a user opens a document, he can click save, and that file will get updated on the server.

I'm asking if this is doable and if yes, what tools should I use and how should I approach the problem?

+1  A: 

If you do want to roll your own - rather than using the Windows OR Office offerings - you might take a look at http://wiki.exoplatform.com/xwiki/bin/view/JCR/Microsoft+Office+plugin

plutext