vsto
Outlook Signature folder in Windows OS
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[详细]
2023-04-09 08:54 分类:问答Outlook 2010 addin Access is denied
Im trying to create an outlook 2010 addin. I just created the standard project, when trying to run it i get the following error...[详细]
2023-04-09 03:26 分类:问答Visual Studio 2010 VSTO Excel 2007 multilanguage?
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[详细]
2023-04-09 01:03 分类:问答Analyzing text within a word document - How I can get it to ignore bookmarks?
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.[详细]
2023-04-09 01:02 分类:问答Deploy Excel Workbook Project from VS2010
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[详细]
2023-04-07 07:03 分类:问答Excel interop - Problem with recalculating the specific range
Here\'s the current code I have got private void recalculateRRange(Excel.Range UsedRange) { Excel.Range currentRRange = null, firstRRange = null;[详细]
2023-04-07 06:26 分类:问答ClickOnce Single vs Multiple Solutions Deployment
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.[详细]
2023-04-06 21:51 分类:问答How can I implement an interactive tutorial inside an app?
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[详细]
2023-04-06 05:34 分类:问答Make every Copy and cut paste opearation Paste Special
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.[详细]
2023-04-06 03:26 分类:问答Need help creating Hotkeys for WPF controls hosted in a Word application ADDIN
I created a word application addin which will host couple of WPF controls. I have to define some hotkeys for wpf buttons.[详细]
2023-04-05 22:33 分类:问答