Posts Tagged ‘Visual Studio’
Andrei Smolin | May 6th, 2010
The Outlook object model doesn't allow showing the PrintPreview dialog. To show it in all Outlook versions, you need to call the Execute method of a corresponding command bar button. Also, in Outlook 2007 and 2010, you can invoke the corresponding Ribbon command using the ExecuteMso method of the Office.CommandBars class. Let's see how to do this...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, PIAs, Ribbon, Visual Studio |
2 Comments
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 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 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 |
8 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