Posts Tagged ‘Excel’
Fedor Shihantsov | January 11th, 2011
Hello folks! Through our forums and e-mail, we are frequently asked questions like this by our fellow developers: How do I know that the user expanded my Add-in Express form? In this article, I will cover the events that are raised when the region is expanded and other events that occur when the region's state is changed...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, Outlook regions, PowerPoint, task panes, VB.NET, Visual Studio, Word |
No Comments
Finally, when you completed your add-in, there is no need to build separate setup programs for different versions of Office. Generating a setup program is as simple as right-clicking your project in the Visual Studio Solution Explorer and selecting Create Setup Project from the context menu...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Outlook, PowerPoint, Ribbon, VB.NET, Visual Studio, Word |
2 Comments
Ty Anderson | September 13th, 2010
I like to tinker with new technologies to see what they can do and how I could potentially use them in the solutions I build for my clients. A lot of the times my tinkering never leads to full understanding of the technology. In such cases, I don't blame myself nor my sometimes fickle love for the latest shiny bits...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Outlook, PowerPoint, Ribbon, Word |
1 Comment
If you look at the list of known issues for the latest release of Add-in Express 2010, you'll notice a specific issue I myself ran into not so long ago: WebViewPane region cannot be used for folders if their WebViewOn and WebViewUrl properties cannot be set. Possible solution is setting the "Allow Script in shared folders" and "Allow Script in Public Folders" options in the security settings
...
Read the rest of this entry →
Excel, Outlook |
3 Comments
Real-time data (RTD) is data that updates on its own schedule. The most common example is stock quotes, warehouse activities and web server loads. In this post, Northwind Traders has requested a sales dashboard in Excel that updates sales figures and targets dynamically by reading order information from their sales database...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, Visual Studio |
No Comments
Dmitry Kostochko | July 2nd, 2010
In order to get a standalone application to communicate with a COM add-in, the application needs to have access to the running host application (Microsoft Excel in our case), get the COMAddins collection, find a needed instance of the add-in there and use reflection to call public methods or retrieve public properties...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Object model, VB.NET, Visual Studio |
15 Comments
Smart Tags is a feature in Office by which Word, Excel, PowerPoint and Outlook (if Word is used as the default editor) recognizes certain words and then presents the user with additional actions based on the selected text. It is available in Office 2002 to 2007, it is noticeably absent in Office 2010 as it has been deprecated, meaning that Word, Excel, PowerPoint and Outlook will not automatically recognize words as in the previous versions...
Read the rest of this entry →
.NET, C#, Excel, Office, Outlook, smart tags, Word |
No Comments
Fedor Shihantsov | June 25th, 2010
Here I will tell you how and where you can control the state of the regions where a custom task pane or an Outlook region is located, and also show how you can control the size of those forms...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, Outlook regions, PowerPoint, task panes, Visual Studio, Word |
10 Comments
By the time this blog post is published, the kick-off between South Africa and Mexico officially started the FIFA World Cup 2010! Just as South Africa has come a long way in preparing for the first football World Cup on African soil, so too has Office evolved into a promising and stable platform for developers to deliver ground breaking and exciting solutions for their customers and users...
Read the rest of this entry →
.NET, COM add-ins, Excel, Outlook |
No 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