vsto
Plain text to HTML conversion in Outlook email
I am facing a situation to preserve the formatting of plain text email when displaying it as virtual plain text in C sharp. This is done during receiving in Outlook 2007 using VSTO.[详细]
2023-03-17 23:50 分类:问答PowerPoint Programming: Indentation with Ruler margin levels not working?
Recently we upgraded one our PowerPoint addin to support 2007 and 2010. most of the items we were able to port without problem. one problem we have is thatindentations doesn\'t work when create tables[详细]
2023-03-17 17:52 分类:问答How to get rid of VBA feature prompt that appears every time MS Word loads?
I created a Word add-in that contains ribbon tab and some code to work with SharePoint sites. All working code including ribbon definition I placed in separate library that is shared between Word, Exc[详细]
2023-03-17 06:24 分类:问答Opening Word Document through code in Visual Studio C#
I am developing a Office Development with Visual Studio. And receive the error below Error: ** Unable to cast COM object of type \'Microsoft.Office.Interop.Word.ApplicationClass\' to interface type[详细]
2023-03-17 00:18 分类:问答Is there a way to control the width of the left task pane holding an add-in?
I have an excel 2007 Add-in built with VS开发者_开发百科2010 VSTO library. when i create a new object of the add-in, i also create an excel left task pane, using the following code:[详细]
2023-03-16 22:07 分类:问答Using Word Editor to modify inbox email in Outlook 2007
I am facing a situation where I can use Word Editor to modify the contents of an open inbox(active开发者_StackOverflow中文版 explorer).[详细]
2023-03-16 16:01 分类:问答EXcel VSTO - Transferring a list object onto a worksheet
I have a VSTO add in I am looking to implement. I would like to click a button and a list of products, names, etc would be placed onto the worksheet.[详细]
2023-03-16 13:02 分类:问答An Explicit conversion exists when working with word in C#
This code gets the active inspector window i.e the compose mail window and performs the search and replace function for the body of the email.[详细]
2023-03-16 08:53 分类:问答COM Add-in for Excel installer problem
I have developed an Excel Add-in in Visual Studio 2008 for MS Office 2007. My client now wants this Add-in to work on office 2010 also. So, I used Visual Studio 2010 to achieve this requirement. Visua[详细]
2023-03-15 18:10 分类:问答VSTO drag-and-drop in excel
I have a VSTO Excel workbook.In the actions pane there is a TreeView and I want to be able to drag开发者_如何学编程-and-drop items from this into Excel cells.The data in the TreeView is stored as in-m[详细]
2023-03-15 11:53 分类:问答