I have been working on an application which integrate with VSTO components in order to leverage MS Office including Outlook. In this, I have a method which read the all defined outlook signature and i
Im trying to create an outlook 2010 addin. I just created the standard project, when trying to run it i get the following error...
I have to add multilanguage support to several existing VSTO Excel AddIns. Adding this to the user controls etc. was relatively easy, but now I have to add multilanguage support for existing entries i
I have a VSTO add-in 开发者_StackOverflowthat is able to match against specific codes in the body of a document. The codes themselves are just strings that I syntactically match for validation.
I have created my first Excel 2007 workbook project in C# using VS2010 that contains a few buttons and carries out a bunch of tasks that all seems to work quite well. I now need it to ru开发者_StackOv
Here\'s the current code I have got private void recalculateRRange(Excel.Range UsedRange) { Excel.Range currentRRange = null, firstRRange = null;
I\'v开发者_开发知识库e been trying to create deployment for a VSTO Word solution. I have two projects: an add-in and a template. I opt for ClickOnce as auto-updates will be implemented later on.
I h开发者_如何学运维ave C# add-in for Word and would like to implement an interactive tutorial like games usually have. I\'d like to somehow highlight (maybe by circling) certain visual elements and d
I am working on C# VSTO(excel). I have created excel workbook project. I have been trying to i开发者_运维问答mplement Paste Special for my workbook.
I created a word application addin which will host couple of WPF controls. I have to define some hotkeys for wpf buttons.