Add-in Express Blog

Posts Tagged ‘PowerPoint’

HowTo: Register your MS Office add-in with WiX

February 8th, 2010
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

March 3rd, 2009
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

March 2nd, 2009
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

January 16th, 2009
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
  • Sign In
  • SITEMAP