Tagged Questions
0
votes
0answers
16 views
Word add in which expires based on a server licensing model
So, I have built a word add in using VS 2008 (using VB for the most part) and my users pay for an annual license after which their ribbon add in expires and locks. I currently do this by referring to ...
2
votes
0answers
75 views
Add command to every context menu associated with text in word 2007 `
it is pretty simple to add a command to the context menu in Word 2007 like shown here but is there a way to add the command to all context menus associated with any kind of text. I've tried iterating ...
1
vote
0answers
55 views
Word Add-In: Add submenu to CommandBar
I am trying to add a submenu to the CommandBar in Word application.
The code below is part of what I have wrote.
For now I only managed to create a button in the right click menu that fire's an event ...
0
votes
1answer
105 views
Word Addin Debug
I have created a Word Addin for MS Word 2010. I want to debug the code. When I press Debug, a new instance of word is opened but no Addin seem to be loaded.
I can see my addin after installing via ...
1
vote
1answer
98 views
Exceptions in WPF Word Addin are not being handled
I am creating a WPF Office add in, and I would like to handle all exceptions in one place. To do this I use the following code in the constructor of my MainWindowViewModel:
...
1
vote
1answer
232 views
Paste WMF image in VSTO Add-in for Word (Selecting current document)
I'm creating a VSTO Word Add-in in vb.net to paste images as windows metafiles (not enhanced metafiles as is the default in Word 2010). I have accomplished this before in VBA with the code:
...
0
votes
0answers
38 views
How can I catch the fullscreen reading mode Event in Word 2010 AddIn with C#?
I am programming an Add-In for Word 2010 and want to catch the fullscreen reading mode Event, after user clicked on the fullscreen reading mode icon (right bottom in document view). Any idea?
3
votes
1answer
342 views
VSTO Word AddIn 2007/2010 Disable Editing, like document management systems do
Could you tell me please how it is possible to:
somehow disable editing an open document?
or get notified when the user is about to change the current document?
like some document management apps ...
1
vote
0answers
288 views
Intermittent Error (System.TypeInitializationException: Type constructor threw an exception ) passing data to word addin from wpf app
WE have a WPF application which will launch a word and then pass some information to a VSTO Application addin.
I have written the code as has been explained here
We defined the interface and the ...
1
vote
0answers
240 views
Word automation - How can I get Rtf text from current selection?
I am working on an project to create a word add-in allow extract information from selected paragraphs. The most important thing i have to get out is the current selection with full format. These ...
3
votes
1answer
717 views
Change the default namespace of a VSTO project
Is it possible to change the default namespace of a VSTO project?... I've tried opening the project file in notepad and changing the rootnamespace xml param to my new desired name, but it fails to ...
0
votes
2answers
450 views
Programming Word Add-Ins in C# Documentation?
I cant really seem to find a documentation for word addins in C#. Like to find out how to insert text I played with intellisense for half and hour to find Application.Selection.Range.InsertAfter(); ...
1
vote
0answers
49 views
The intellisense for the contained ribbon is not updated in the add-in
I'm writing an add-in for word using visual studio 2010. For some reason the intellisense code for the ribbon is not updated even when rebuilding the project. Thus I cannot use the built in ...
0
votes
1answer
715 views
Vbscript - Adding a Word-Addin during script
Ok, I've done this before but I cannot quite get how I did this before. So what I want to do is to deploy a Word 2007 addin which was created using Word, saved as a *.dotm file. I remember something ...
1
vote
1answer
765 views
popup dialog box in word addin
I am creating a ms office word addin using c#. I have a ribbon with several button. On clicking one of the button I need a popup with few textboxes.
Question: How to create a popup dialog in word ...
1
vote
2answers
3k views
How to remove a Word.Selection?
In the context of an Outlook add-on using the WordEditor from the Outlook.Inspector I would like to remove the selection after replacing it with a custom text.
For example, if I select something I ...
3
votes
1answer
146 views
How to avoid split?
I have this text in the document:"50%"; when I run this function it just returns "50" and after that it returns "%". I dont know why it is spliting the 50 of the %... Can you please tell me how can I ...
1
vote
0answers
109 views
Adding a third-party control to my custom Word Ribbon Tab
I have been working on this for days now and cannot seem to find an answer. Before I deem it as "impossible", however, I thought I'd ask the question here to see if anyone can help me find a solution.
...
1
vote
2answers
660 views
Created a Word 2007 Application level word add-in - does not work for new documents
I have created a Word add-in following the article here. I press F5 and run the project and It works as expected and I would think that the add-in has been installed in my machine. So, now I open ...
0
votes
0answers
178 views
DIP validation occurs how to prevent from saving
In SharePoint 2010 Document content type, In document information panel if validation error occurs, than user should not save the document untill all the properties where filled up. how to disable ...
1
vote
1answer
700 views
Embed custom data in Word 2003, 2007, 2010 documents
I'm working on a Word plugin that has to be compatible with all Word versions beginning with 2003. One of the requirements needed for a feature is the ability to embed custom data of any length in a ...
1
vote
1answer
381 views
Dynamic Word autocomplete or autosuggest in VBA?
Has anyone come across a VBA (or other) program for implementing dynamic autocomplete in Word? Emacs has had this for decades, and it would be great to have it in Word. I see others in this forum are ...
4
votes
3answers
2k views
Is there a way to access a Ribbon (XML) at run time?
I'm working on a Word 2007 app-level add-in. So far, I haven't experienced major obstacles except for converting the add-in's Ribbon interface to XML. I have to use Ribbon XML because the feature I'm ...
0
votes
1answer
386 views
Word 2007 add-in asynchronous operation
I am trying to create a Word add-in (Word 2007, VS 2008) to get various statistics for long texts. The functions for computing statistics are in a separate class and are not complicated, but are ...
0
votes
2answers
3k views
(Word VBA) How do I call a macro function in a global template/add-in from another template?
First, I am a VBA newbie. So please pardon my ignorance.
I have a global template that I installed in the Word startup folder.
The global template has some macros that I would like to access. But I ...
0
votes
1answer
116 views
Use Word to Create Files For My Application
I am in the process of writing a win forms desktop app in VB.net that employs user data in the form of rich text, stored internally as an object and then serialised to an XML file for persistent ...
0
votes
1answer
596 views
Inactive word addin - reenable
my problem is blocked VSTO word 2007 addin.
Once the addin breaks down, in non-debug mode, its unable to reenable it from word (set its status from inactive to active).
The only way to do this is to ...
1
vote
1answer
850 views
Validating/ed events not firing in class library windows form
I'm developing a Word 2010 add in using Visual Studio 2010, and C#.
I've created a simple form, with two textboxes, and an Ok button.
The Ok button's Causes validation property is set to true.
Both ...
1
vote
1answer
123 views
Dialog of my Word add-in not using visual styles
I have written a Word add-in in C++ using plain Win32 API. It opens some dialogs but these are always shown without commctl6 visual styles on Vista+. The manifest is in place as RT_MANIFEST and ...
1
vote
1answer
542 views
Access RichTextContentControl Text from an AddIn in MS Word using C#
I've created an AddIn for MS Word. There's a new tab and a button. I've added a new template document that has a RichTextContentControl in it.
WORD_APP = Globals.ThisAddIn.Application;
...
