Hi,
Anyone knows of a good tool for developing add-ins for Word in .net? Hopefully something that supports both office 2003 and 2007.
Thanks.
Hi,
Anyone knows of a good tool for developing add-ins for Word in .net? Hopefully something that supports both office 2003 and 2007.
Thanks.
Any version of Visual Studio will do the job. Remember to think about deployment and if you'd want to require the user to have this or that version of the .net framework installed.
There are lots of options for development tools for Office. The most obvious one is of course Office itself. It has rich support for macros and VBA. You could also use SharePoint to extend document sharing and management functionality. But if your add-in is more complex than can be handled inside of Office, I suggest you use Visual Studio 2008 or the Tools For Office add-on for Visual Studio 2005.
One thing to keep in mind is that Office is mostly a collection of COM objects. So while tools like Visual Studio, with its deep support of the .NET Framework and Office classes make it very simple to develop solutions for Office applications, with some time, energy, and a high tolerance for pain, you could develop an Office add-in with Notepad.
Microsoft has a very nice resource site for Office developers here.
Several tools can be used to develop extensions for Office and there are quite a number of books on the subject. Some of the more popular approaches are:
Daniel Moth have made some very good VSTO primer webcasts, take a look at those.