Posts Tagged ‘PowerPoint’

HowTo: Register your MS Office add-in with WiX

If you are using Microsoft’s WiX toolset to build a setup for your Add-In, then there are several ways to register the Add-In. I’ve seen examples that use a custom action to call RegSvr32.exe to do the registration. But since RegSvr32.exe does nothing more than calling the DllRegisterServer function of our Add-In, why not calling that directly from a custom action?... Read the rest of this entry →

Add-in Express 2009 – Beta 1 Word and PowerPoint capabilities

Keeping up the development of Add-in Express most in-demand features, we tweaked the Advanced Task Panes for working on Microsoft PowerPoint and Word. Early in the morning today, I wrote the previous sentence, captured and pasted the above screenshot and realized that there is nothing more to write on this issue... Read the rest of this entry →

Add-in Express 2009 – Beta 1 what’s fixed

As compared to the previous generation, Add-in Express 2009 doesn’t contain revolutionary changes or enhancements. We have not rewritten the core code completely, the major part of the time was spent on the most in-demand features, such as Outlook view and form regions and Excel, Word and PowerPoint task panes... Read the rest of this entry →

HowTo: Store Microsoft Office documents in your custom data storage

One of the tasks that developers often run into is saving and retrieving Office documents (or document copies) from external data storage. This storage can be an SQL database, Web-service, FTP server as well as a shared network resource of a local area network. Let’s try to handle this task for such popular MS Office applications as Word, Excel, PowerPoint and Outlook…... Read the rest of this entry →

Have any questions? Ask us right now!