office-2010

opening webdav files in Chrome via the Office Authorization plug-in for NPAPI browsers fails for certain files

邮差的信 提交于 2019-12-06 05:35:36
Ok, this is a tricky one because it involves so many variables: a webdav server. I used the webdav .net server: http://www.webdavsystem.com/server browsers: chrome 28.0.1500.95 m, firefox 23, IE 9 the office authorization plug-in for NPAPI browsers. I have MS Office 2010 SP2 14.0.7015.1000 (32-bit). The versions of the plugin dlls are: C:\Program Files (x86)\Microsoft Office\Office14\NPAUTHZ.DLL - 14.0.4730.1010, C:\Program Files (x86)\Microsoft Office\Office14\NPSPWRAP.DLL: 14.0.4761.1000 Using the software from IT Hit, I created a simple C# project with a webdav server that shows files from

Is there a way to use VBA and XML to add a button to the Office 2010 Ribbon depending on a string in the file name?

烂漫一生 提交于 2019-12-06 05:24:49
问题 I have done some quite extensive customisation to the Office 2010 ribbon in Microsoft Word, using a combination of XML, VBA - using the Custom UI Editor. What I'm trying to establish is that if it's possible to add a button to the ribbon based on if there is a certain string found in the current file name. For example: If fileName contains "PM" (probably using the InStr method) Add button to ribbon Any pointers, examples or articles would be much appreciated. I've done some digging but haven

Set Publisher in Word Options Add-Ins Dialog

被刻印的时光 ゝ 提交于 2019-12-06 04:12:52
问题 I have made an addin for Microsoft Word 2010 Beta using Visual Studio 2010 RTM. When I look at "View and manage Microsoft Office Add-ins" the publisher shows up as None. Would code signing with a Software Publisher Certificate fill in the Publisher field? The ClickOnce manifest is signed with a Code Signing certificate. Would signing the assembly with a strong name key file fill in the Publisher field? Is there a method using codesign.exe that would fill in the Publisher field? Note: Using

Is it possible to prevent MS Access from changing the selected ribbon tab automatically when using a custom ribbon?

柔情痞子 提交于 2019-12-06 01:26:59
问题 When a custom UI XML file is used to add several custom ribbon tabs in Access, the selected ribbon tab changes back to the first custom tab whenever a form is closed. We load a custom ribbon programatically from VBA. I've create an accdb that reproduces the problem. The folder also includes an XML file that contains the ribbon definition. It must be in the same directory as the .accdb file. The problem can easily be demonstrated: open the database RibbonTest.accdb, switch to Tab2 and open

Replace the Outlook 2010 Send-Button?

妖精的绣舞 提交于 2019-12-05 13:50:01
I'm looking for a solution for the following problem. Can anybody help me out? I need to replace Outlooks Send-button with a dropdown-button like the "Von" (From) button in my screenshot. FYI: The new Send-DropDown button will have three functions: 1. Outlooks default send function (the normal sendbutton) 2. Send & Archive Mail 3. Send & Archive Mail+Attachments Can anyone help me out? Is it possible to do a replacment like i want? if not - does anyone have an other solution for my problem? Thanks a lot! You'll need to hide the send button (see here: http://help.lockergnome.com/office/hide

Add controls to existing ribbon group in Office (VSTO)

最后都变了- 提交于 2019-12-05 06:25:26
I find numerous examples on how to add a new group to an existing ribbon, and this works just fine. What I cannot figure out is how I can add new controls to an existing group on an existing ribbon. Say I want to add my own command to the "Proofing" group on the "Review" tab. I'm developing this in VS2010 for Office2010, but I guess the same approach would work on Office 2007 as well. Any pointers or help is appreciated, or if it's not possible to do (without too much hacking) I can live with that as well. Unfortunately, this is not possible. You may only add controls to custom groups in

What Component IDs should I search for to detect whether the Office 2010 PIA's are Installed

一个人想着一个人 提交于 2019-12-05 00:31:30
I'm creating a plug-in for Office 2010 and need to detect on install whether the Office 2010 PIA's are installed. I have done this for 2003 and 2007 but cannot find the Component ID's for 2010 does anyone know what they are? thanks, Ed Do a search for the component ID for the PIA (primary interop assembly) applicable to the component of office you need from the list below: {EA7564AC-C67D-4868-BE5C-26E4FC2223FF} Excel {4153F732-D670-4E44-8AB7-500F2B576BDA} InfoPath {1D844339-3DAE-413E-BC13-62D6A52816B2} Outlook {EECBA6B8-3A62-44AD-99EB-8666265466F9} PowerPoint {3EA123B5-6316-452E-9D51

Is there a way to add custom web services to Word 2010 via the Research Pane?

孤街浪徒 提交于 2019-12-04 18:37:30
I have been wondering if I can add custom web services with the wsdl or asmx file extension via the Research Pane in Microsoft Word 2010. I have searched just about every site that has those services, but no luck finding instructions. Rather than trial and error, I felt more confident if I were to ask someone here. Basically, what I would like to be able to do is add a site like http://www.ebi.ac.uk/Tools/webservices/wsdl or some other source and be able to send queries via the research pane. Start by reading this http://msdn.microsoft.com/en-us/library/bb226691(v=office.11).aspx Then the

Working with Office “open” XML - just how hard is it?

ぃ、小莉子 提交于 2019-12-04 14:01:28
问题 I'm considering replacing a (very) large body of Office-automation code with something that works with the Office XML format directly. I'm just starting out, but already I'm worried that it's too big a task. I'll be dealing with Word, Excel and PowerPoint. So far I've only looked at Word and Excel. It looks like Word documents should be reasonably easy to manipulate, but Excel workbooks look like a nightmare. For example... In Word, it looks like you could delete a paragraph simply by

Set Publisher in Word Options Add-Ins Dialog

自作多情 提交于 2019-12-04 10:40:22
I have made an addin for Microsoft Word 2010 Beta using Visual Studio 2010 RTM. When I look at "View and manage Microsoft Office Add-ins" the publisher shows up as None. Would code signing with a Software Publisher Certificate fill in the Publisher field? The ClickOnce manifest is signed with a Code Signing certificate. Would signing the assembly with a strong name key file fill in the Publisher field? Is there a method using codesign.exe that would fill in the Publisher field? Note: Using signtool.exe to sign the addin dll with the certificate results in the publisher showing as None in Word.