vsto
My WPF ViewModelLocator implementation is failing composition within my VSTO Excel Add-In. Can anyone critique?
Background: I\'m using MEF to help compose an Excel 2007 Add-In (VSTO) that can create an entity from spreadsheet data and a creep requirement exposed a shortcoming in my architecture that I\'m tryi[详细]
2023-04-13 09:45 分类:问答VSTO Excel, Save Combo Box Text, ComboBoxes Reset Upon Workbook Opening?
I have several ComboBoxes in an Excel VSTO Solution. The combos are windows forms combos. The issue is that I\'d like selected value in the 开发者_如何学编程combo to be repopulated when the user reop[详细]
2023-04-13 01:13 分类:问答New styles added to Word 2010 (Heading 1 + Not Bold)
In Word 2010 the new styles are created automatically, I woul开发者_StackOverflow社区d like to suppress this behaviour.[详细]
2023-04-13 00:25 分类:问答How do I make my GUID visible for a VSTO Add-in
I\'ve tried adding the following code to the beginning of my add-in code as such: Namespace NS [Guid(\"211B3945-E2AE-48DD-8A9A-77ADB40EC6D5\")][详细]
2023-04-12 23:57 分类:问答How can I tell if a VSTO Add-in is loaded?
I\'m working on a VSTO add-in for Outlook that, if another custom VSTO is loaded, will perform a specific action.How would I determine if that VSTO is loaded? 开发者_C百科 I\'ve not delved too far int[详细]
2023-04-12 09:11 分类:问答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 lo[详细]
2023-04-11 05:24 分类:问答Adding category to new mails
I am creating a VSTO 2007 Addin using COM. My requirement is to mark all the new mails into Blue category. I have the following code in OnNewMailEx handler[详细]
2023-04-11 03:09 分类:问答VSTO Add in for Office 365
I have a couple of Excel Add ins. If I move to Office 365, will these add ins be a开发者_如何学运维vailable ? Is there any development support(VSTO) for Office 365 ?I to have been curious about the an[详细]
2023-04-10 15:33 分类:问答In an Outlook VSTO addin how do I clear the current selection?
From within an Outlook VSTO addin I want to开发者_如何转开发 clear the current selection. Is there an API for this?My current hack it to temporarily select the sent folder.[详细]
2023-04-09 19:08 分类:问答How to deploy Excel 2010 add-in for Office 2007 .NET 3.5 target environment?
Installing Excel 2010 add-in on the target machine with Office 2010 + .Net framework 4.0 is absolutely fine. However, I am not sure whether or not Excel 2010 add-in is compatible with Excel 2007 and 开[详细]
2023-04-09 09:25 分类:问答