I am facing problem with integrated windows authentication in excel. I have two server IIS 5 hosting legacy code(macro), and IIS 6 hosting new code. On client to avoid multiply credential dialog for e
I am working on c# vsto ( excel )and i have created the excel 2007 project installer . Project works fine in the Office 2007 but when open it in the Office 2010, it starts creating problem.
I know this sounds bizarre, but it is true. I have a simply WPF application that hosts a Visio control. There are no problems with that. Some essential events, such as DocumentOpened does work.
Environment: VS2008 .NET 3.5 - VSTO runtime 3.0 - Excel 2007 We have published the VSTO Excel document level customization to network path. All our users are able to copy the .xltm file from the netw
I want to pass parameters to winword in order to read it in my vsto addin by using Environment.GetCommandLineArgs().
I am extending the contextmenu shown for attachments in Outlook 2010 in xml. So far i\'ve got a button and a handler for the onAction event. Could anybody help me on how to get the currrently sel开发者
I am maintaining an Outlook add in that manages Outlook contacts.I have a function that g开发者_如何学Goets all the contacts in a folder and its subfolders.Now, I need to determine which folder a give
I am using VSTO (visual tools for office.) I need to store a variable that is file-independent (so I cannot stored it in a file meta-data as 开发者_运维问答in this question) and can persist after Micr
In Powerpoint 2007/2010 run on a multiple monitor system, we can select the monitor on which the slideshow will be shown by going to \"Slide Show\"-> \"Set up slideShow\" -> \"Display SlideShow on\" a
I have an Excel file which uses VSTO to retrieve and update data. This is deployed to various environments (Development, Staging, Production,...).