Dmitry Kostochko | April 30th, 2010
Add-in Express supports creating COM add-ins for Office 2000 - 2010. Office 2000, XP and 2003 have a traditional command bar-based user interface, while Office 2007 is partially and Office 2010 is fully ribbonized. "How is it possible to support both types of user interfaces in one COM add-in project?" you may ask...
Read the rest of this entry →
.NET, COM add-ins, Excel, Outlook, PowerPoint, Ribbon, VB.NET, Visual Studio, Word |
No Comments
Eugene Starostin | April 29th, 2010
Until now only subscribers of Professional and Premium packages could be sure of their cloudless future with Add-in Express and confident that their Add-in Express based extensions would work consistently with Office 2010, 32- and 64-bit (naturally, the latter is only for .net). "Why so?" you may ask...
Read the rest of this entry →
.NET, COM add-ins, Delphi, Office, Visual Studio |
2 Comments
Dmitry Kostochko | April 23rd, 2010
Looking at the list of already published video howto samples, I just realized that most of them target Outlook. This is no wonder at all, because every MS Office developers would confirm that Outlook is the most in-demand application from the Microsoft Office family...
Read the rest of this entry →
.NET, COM add-ins, Excel, VB.NET, Visual Studio, XLL |
No Comments
Eugene Starostin | April 22nd, 2010
Advanced Office task panes in Office 2010 have no principle differences from those of any other Office versions, they just work and that's it. That's why this subject is so arid, that I won't get back to it anymore. However, after scrutinizing all the above screenshots, I see that we will definitely ennoble certain "pixels"...
Read the rest of this entry →
.NET, Delphi, Excel, Office, PowerPoint, task panes, Word |
2 Comments
Eugene Starostin | April 21st, 2010
Right after publishing our first beta we sent out about two thousand registration keys to everyone who according to our license policy is eligible for free major upgrades. Since then we've got some quite positive feedback, but as I see, most of our customers traditionally ignore anything containing the word "beta" in version info...
Read the rest of this entry →
.NET, Outlook, Visual Studio |
3 Comments
Sergey Grischenko | April 16th, 2010
This is the third and the final part of my series about ClickTwice - MSI-based web deployment technology introduced in Add-in Express 2010. In the first article of this series I covered the basics of our MSI-based web deployment, and gave you a step-by-step guidance on creating a new setup project. And now we are going to have a close look at managing your application updates...
Read the rest of this entry →
.NET, COM add-ins, Deployment, IE add-ons, Office, Visual Studio |
9 Comments
Sergey Grischenko | April 15th, 2010
In the first article of this series I covered the basics of our Add-in Express 2010 MSI-based web deployment, also known as ClickTwice :) and gave you a step-by-step guidance on creating a new setup project. Now we are going to look at the main aspects of publishing the application using this deployment technology...
Read the rest of this entry →
.NET, COM add-ins, Deployment, IE add-ons, Office, Visual Studio |
No Comments
Sergey Grischenko | April 9th, 2010
Add-in Express provides two basic strategies for deploying its projects: publishing an application via the ClickOnce technology, or deploying it with a traditional setup using the Windows Installer. In case of ClickOnce deployment, your application is published to some centralized location, e.g. a network share, and the user installs it from that location...
Read the rest of this entry →
.NET, COM add-ins, Deployment, IE add-ons, Office, Visual Studio |
10 Comments
Dmitry Kostochko | April 9th, 2010
To resize your custom Office task pane, you need to use the trivial Width and Height properties of the particular instance of your task pane. There is just one important thing - the Splitter property should be set to None...
Read the rest of this entry →
.NET, COM add-ins, Excel, Outlook, Outlook regions, PowerPoint, Ribbon, task panes, VB.NET, Visual Studio, Word |
2 Comments
Andrei Smolin | April 8th, 2010
This is just a list of things you need to change in your existing Add-in Express Loader-based COM Add-in project (built with Add-in Express 2009 or earlier) for your add-in to support both 32-bit and 64-bit editions of Office 2010...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office, Visual Studio |
10 Comments
Eugene Starostin | April 7th, 2010
This is again reposting of the newsletter that we sent out a few days ago. In the previous newsletter I promised to disturb you again only after publishing beta 1 of our flagship product – Add-in Express 2010 for Office. The time has come, but first I will tell an interesting story again, and then proceed to our news...
Read the rest of this entry →
.NET, COM add-ins, Delphi, Office, Visual Studio |
No Comments
Dmitry Kostochko | April 2nd, 2010
The answer is very simple indeed - you can use the ADXRibbonCommand component. The main difficulty is that you need to know IDs of standard controls. You can find a list of all available control IDs on the Microsoft web-site (see the link at the end of this post)...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Ribbon, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | April 2nd, 2010
There is an easy solution: you can use the ADXRibbonCommand component. Basically there is only one thing that may present some difficulties to you - knowing the ID of the standard Control. However, you can visit Microsoft website to find the list of all available control IDs (please see the link below). Everything else is as easy as pie with Add-in Express...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Ribbon, Visual Studio, VSTO |
2 Comments
Eugene Astafiev | March 31st, 2010
Today I want to show you how to use Outlook Form Regions that were introduced in Outlook 2007 with Add-in Express based add-ins. In my sample projects I will use Outlook 2010 as its popularity grows up with the oncoming release date. Also, I will use Add-in Express 2010 to demonstrate that our team do not go round in circles from year to year ...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, Outlook regions, VB.NET |
19 Comments
Dmitry Kostochko | March 26th, 2010
This visual sample is purposed mainly for novices in Office development. It demonstrate the facilities of the ClickOnce technology with regard to installation of a simple Excel add-in based on Add-in Express with Advanced Excel Task Panes...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Excel, Office, task panes, VB.NET, Visual Studio |
No Comments