I have create Excel 2003 addin and installer according with manual http://blogs.msdn.com/b/cristib/archive/2010/11/01/deploying-a-vsto-word-2007-add-in-to-all-users-visual-studio-2008-sp1.aspx
In the context of an Outlook add-on using the WordEditor from the Outlook.Inspector I would like to remove the selection after replacing it with a custom text.
I\'m trying to create an empty Contacts folder in Outlook 2007 addin using C# in Visual Studio 2010, but it seems like I can only create a folder in the InBox, is that true?
I am attempting to add a progress bar in my c# excel add in.The progress bar appears but it does not indicate any progress until the function is finished executing.
So I have become aware that there is no simple way of adding a context menu (within the email message) to Outlook 2007, as there is no API for it. Does anyone know of any hack/hook that would be able
I use MAF and I have a problem with activating the addin. Let me explain my plan. First I create a secondary AppDomain then I try to activate the addin:
I create a Ad-dins for IE on development machine windows xp 32 bit this ad-dins working well and load system.data.sqlite.dll in windos 7 32 bit but also working well with windows 7 64 bit with 32 bit
I tried out UI Automation for WPF testing and it works very well for us. Now I want to use UI Automation test for our custom microsoft word addin (which includes a ribbon tab and other controls) but I
I have a VB.NET project in Visual Studio 2008 that I created a specialized addin for. The addin prompts the user to select a database table, takes a template form class\'s files, copies them to anothe
I am doing changes on an Outlook.MailItem but after closing the last explorer a message box asks to save the item (twice!).