vsto
Problem when addinag a RibbonLabel to the Ribbon in word 2007
Currently i am working on Ms-Word 2007 Addin. Here I am using an xml file to generate the Ribbon labels dynamically. Please find the attached xml code.[详细]
2023-03-11 09:39 分类:问答How do you copy an Excel worksheet into a new workbook AND bring all the charts, images, etc.?
Our application has distribution functionality.It takes several Excel 2007 spreadsheets, copies them into a single sheet, then emails them to the users.The problem is that images and charts are not co[详细]
2023-03-11 03:24 分类:问答Getting email address of a recipient which is an exchange user
In my VSTO Outlook 2007 plug-in, I am able to get the email address of a recipient which is an exchange user. But when I have the following case, it does not return me the smtp email:[详细]
2023-03-10 13:12 分类:问答How to programmaticaly get the AutoRecover Path of a Workbook?
Hallo People, i\'m trying to get the Autorecover Path a Workbook. I have see this one on MSD开发者_如何学GoN but there is no example to see how this work!![详细]
2023-03-10 11:03 分类:问答VSTO Excel: Triggering automatic backups
I have a rather involved Excel add-in that\'s begun exhibiting some bugs after being deployed. This is not unexpected, but one of the bugs is proving really hard to reproduce (and therefore to fix), a[详细]
2023-03-10 07:24 分类:问答WPF LifeCyle in an Add-in
I\'ve created an add-in, which call via Reflection, a WPF Class Library. Since this is a class library, I had to instanciate manually a new System.Windows.Application().[详细]
2023-03-09 21:39 分类:问答How to get handle of the current workbook's window?
How to get handle of the main window of 开发者_C百科the current workbook?Actually, there is only one window that mimics multi-window behavior; thus, getting Application.Hwnd is enoughSince this questi[详细]
2023-03-09 15:49 分类:问答CustomTaskPanes explanation required
It seems, custom task panes are shared among all workbooks within Excel process, as Cu开发者_JAVA技巧stomTaskPanes property is on the add-in object level and thus it\'s shared among all workbooks. (am[详细]
2023-03-09 15:07 分类:问答VBA Excel UDF retaining original value
I have a UDF non-volatile function in VBA, which requires a global variable (callback to VSTO) initialized.[详细]
2023-03-09 13:09 分类:问答Content Controls not accepting <,>
Currently I am working on MS Word 2007 Addin.I am getting Problem with one custom control. The ContentControl is having multiline property to true.it is accepting values from the database. if any 开发[详细]
2023-03-09 05:10 分类:问答