I created a Sidebar in Excel using WPF, and trying to drag some some objects from the WPF Pane to the spreadsheet. The Application object in WPF is null. Please guide me how to Achieve this Drag-Drop
I am using Visual Studio 2010 with Visual Studio Tools for Office installed.I will be interfacing with Word through its PIA.My target Word version is at least 2003.Muhimbi has informed me that Save as
Just developed a outlook addin, but now i am trying to create a setup project. i follow the tutorial from http://www.supinfo-projects.com/en/2006/add_in_outlook_2007_en/introduction/ , but when i try
Can anyone suggest the best place to add solution or project events, such as ProjectAdded, to a Visual Studio add-in?
Greetings everyone! Question: does any one have a success with combining Microsoft Visual Studio 2010 with开发者_如何学JAVA Qt Visual Studio Add-in?
I have an existing legacy style IDTExtensibility2, IDTCommandTarget Extension that I would like to remake using MEF for vs2010, but I can\'t find any resources concerning VS2010 MEF and context m开发者
I have an excel sheet, in which i have multiple cells selected, which are not adjacent to each other. When the user click on the button, we need to read all the cells data, process it and write it to
Hi i am developing a custom panel for outlook. and i have a question, how can i autosize width and height the datagridview to the userControl?
I have a plug-in that I use with Visual Studio 2008.I am testing 2010 and one of theproblems I am seeing is the fact that the plug-in doesn\'t get loaded anymore.
I have a ClickOnce app that I would like to have MAF (System.AddIn) support with. I have lear开发者_如何学运维ned about the System.AddIn Pipeline structure and such in a local context, but when it co