Posts Tagged ‘Excel’
December 24th, 2009
In this short video we will show you how to develop an RTD Server using Add-in Express for Office and .NET. In the next 2 minutes you will get the basic notion of real time data server: how to create it, return a value and see how the RTD server works in Excel...
Read the rest of this entry
Tags: .NET, Excel, Office, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, Video HowTo samples | No Comments »
December 18th, 2009
After COM add-ins and RTD servers, smart tags are arguably the third most-in-demand extensions in Microsoft Office world. In today's video sample we are going to show you how to develop a smart tag for Microsoft Excel XP, 2003 and Excel 2007...
Read the rest of this entry
Tags: .NET, Excel, Office, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, Video HowTo samples | No Comments »
December 5th, 2009
This sample starts the new series of visual HowTo. We thought it would be a good idea to give you a sort of hands on training with Add-in Express. Today we are going to look at one of the most frequent tasks, creating a COM add-in for Microsoft Office....
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Excel, Office, Office 2007 Ribbon, task panes, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, Video HowTo samples | 2 Comments »
May 1st, 2009
In Office 2007 there are 3 available color schemes – Black, Blue and Silver. The background of controls in command bars and ribbon tabs is changed by Office automatically. Do you want to try changing the background of your Outlook forms and Excel task panes when the MS Office color scheme is changed?...
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Excel, Outlook, Outlook regions, task panes, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »
April 30th, 2009
Strange things started happening around us. Swine flu added to the global economic crisis, and we have problems with Office 2007 and the Office Live Add-in added to our pre-release testing for compatibility with the recently released Office Service Pack 2. The fact of the matter is that......
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Excel, Office, VB.NET, Visual Studio
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | 4 Comments »
April 29th, 2009
When Outlook is closing, Add-in Express saves the state of all regions embedded into Outlook, namely their position (if drag-and-drop is turned on), state (regions can be minimized or entirely hidden) and size (if resizing is allowed). We implemented this feature just to give end-users the utmost comfort when working with Outlook regions......
Read the rest of this entry
Tags: .NET, C#, Delphi, Excel, Outlook, Outlook regions, VB.NET, Visual Studio, VSTO
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
April 29th, 2009
In version 2009 of Add-in Express, a new property appears - RestoreFromMinimizedState. Now I will show you its behavior. Let's say, we have a minimized by default region......
Read the rest of this entry
Tags: .NET, C#, Delphi, Excel, Outlook, Outlook regions, task panes, VB.NET, VSTO
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
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
Tags: .NET, Delphi, Excel, IE add-ons, Office, Office 2007 Ribbon, Outlook, PowerPoint, task panes, VSTO, Word
Posted in Add-in Express 2009, Add-in Express for Internet Explorer, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
March 2nd, 2009
In addition to bug fixes, which I must admit were not too numerous, and some platform-dependent modifications and enhancements concerning Excel, we've decided to improve Advanced Excel Task Panes as well......
Read the rest of this entry
Tags: .NET, C#, Delphi, Excel, task panes, VB.NET, Visual Studio, VSTO
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | 4 Comments »
February 13th, 2009
Today I’d like to draw your attention to one specificity of the Excel Object Model that every .NET developer should be aware of. Those who are unaware, may get the notorious "Old format or invalid type library" error......
Read the rest of this entry
Tags: .NET, C#, Excel, Office, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | 2 Comments »
January 30th, 2009
Yes, you can do that in one Visual Studio project, but not in one solution. And yes, you can do it using the Add-in Express products. There are only two things to keep in mind…...
Read the rest of this entry
Tags: C#, Excel, IE add-ons, Office, Outlook, Outlook Express, VB.NET, Windows Mail, Word
Posted in Add-in Express for Internet Explorer, Add-in Express for Office and .net, Add-in Express for Outlook Express, HowTo samples | No Comments »
January 25th, 2009
Here you will get to know how you can use Windows Server Group Policy to install Office applications automatically, including Office COM add-ins. You will learn how to create a Group Policy object in Windows Server 2000, 2003 and 2008, how to assign and remove an installation package…...
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Deployment, Excel, Office, VB.NET, Word
Posted in Add-in Express for Office and .net, HowTo samples | 2 Comments »
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
Tags: .NET, C#, Excel, Office, Outlook, PowerPoint, VB.NET, Visual Studio, Word
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »