I am creating a pst file in Outlook using C#, and Addin express. The new pst file (\"My Inbox\") should have Inbox,Sent Items, Outbox.
I have a very simple Excel Addin build it in Visual Studio 2008 for Excel 2003, which creates a toolbar with some buttons.
Do you have a good solution for keeping a \'Please wait\' wi开发者_StackOverflow社区nform \'painted\' while an application is performing a long running task ?
I have no background in reporting 开发者_Python百科tools. I\'d like to generate some statistical tables and plots. Is VSTO(Visual Studio Tools for Office) good enough for this task? What\'s the main
We\'re currently using a thing from SoftArtisans to generate Excel spreadsheets from data the mainframe FTPs down to our document server.
I developed a plugin for outlook 2007 that adds a button to the office ribbon. I wanted to know if there is any possibility (programmatically) to not show the popup message when hoovering over the bu
I have some code that开发者_如何学Go those: void mActiveSheet_Change(Microsoft.Office.Interop.Excel.Range Target)
When VSTO code creates a list object and applies a table style in Excel 2007, the Table Tools/Design tab is activated automatically.When the user then selects a non-table cell, the Home tab is activat
I\'ve created a VSTO 2.0 SE add-in for Outlook 2007.Usually, it installs no problem on end-users\' machines, but sometimes they have an outlook.exe.config file next to Outlook.exe which specifies that
using vsto, C# fx 3.5, how to check Excel Workbook or sheet is开发者_JS百科 password protected or not?You can check if a workbook is password protected via the Workbook.HasPassword property.You can se