Hello everyone
I am a starter as a VSTO learner and NEToffice learner. I used VS 2008 VSTO developed an Addin for Word, which can work perfect with Word 2007 and above versions. And I already tested it for Word 2007, 2010 and 2013. But it can't work in Word 2003. So I search online and find the NETOffice, that's the solution I want.
But when I start with the NETOFFICE, the examples doesn't work on my computer. The Word application doesn't load the ComAddin. It's really confusing. By the way, I use the VS 2010 on the Win7 X64 computer, and I already installed two version of office, the office 2003(X86) and 2010(X64).
In fact, what I need is a very simple Addin for Word. For the 2003, a commandbar with 3 buttons, for 2007 and above version with Ribbon UI, 3 buttons on the TabHome page, and two of buttons are linked to sub function, and the last one should be linked to load a UserForm.
Is anyone can help me to build the framework for the Addin. I can send my VSTO code to him (or she?)
Thanks!
I am a starter as a VSTO learner and NEToffice learner. I used VS 2008 VSTO developed an Addin for Word, which can work perfect with Word 2007 and above versions. And I already tested it for Word 2007, 2010 and 2013. But it can't work in Word 2003. So I search online and find the NETOffice, that's the solution I want.
But when I start with the NETOFFICE, the examples doesn't work on my computer. The Word application doesn't load the ComAddin. It's really confusing. By the way, I use the VS 2010 on the Win7 X64 computer, and I already installed two version of office, the office 2003(X86) and 2010(X64).
In fact, what I need is a very simple Addin for Word. For the 2003, a commandbar with 3 buttons, for 2007 and above version with Ribbon UI, 3 buttons on the TabHome page, and two of buttons are linked to sub function, and the last one should be linked to load a UserForm.
Is anyone can help me to build the framework for the Addin. I can send my VSTO code to him (or she?)
Thanks!