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
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
In Word 2010 the new styles are created automatically, I woul开发者_StackOverflow社区d like to suppress this behaviour.
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\")]
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
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
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
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
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.
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 开