Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
255 views

Strange issue inserting newline inside MS Word 2007 Table via C# Environment.NewLine

I created a Shared AddIn using Visual Studio 2008, C#. In the AddIn, I get data from a database, populate it into a Dictionary object, and use Word's builtin FindReplace to replace text inside a ...
1
vote
4answers
3k views

MS Word Plugin, Adding a button which pops up on right click on selected text

I am working on a shared addin for MS Word 2007. I would like to add a button which pops up when selected text is right clicked. The attached snapshot should make this clear. Currently, the user has ...
0
votes
0answers
16 views

How to distinguish between Outlook 2007 and 2010 from shared add-in level?

I'm developing a MS Office shared add-in. As you may know, outlook 2007 doesn't have ribbon in the main window, but outlook 2010 does. Right now I add my custom commands to the standard command bar, ...
0
votes
1answer
325 views

Print_area name conflict excel-2007 Add-ins VB.Net

I have developed Excel-2007 Add-Ins using vb.net. and its working fine. but when we open the older sheet created using this add ins it shows the "Print_Area Name conflict" error. plz can any one ...
0
votes
1answer
300 views

Redirecting callbacks to separate Ribbon-functionality from shared add-in

I’m trying to separate the functionality of a shared-add-in and a corresponding Ribbon (integrated through Ribbon Designer or XML in VS10). The solution context is build with several projects in which ...
0
votes
0answers
18 views

How to fetch redio button value and save this value in app.config at installation time?

i have one question related to add-in installation.......... qus is: i want to combine shared addin for msword created in visual studio 2005, to my project that means if i install my product then ...