Posts Tagged ‘Word’
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
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
Let’s take a break from the Northwind Traders application for a while and talk about a new feature available in .Net Framework 4 : NoPIA or Type Embedding. As you all know when we developed Office Add-ins or applications that integrated with the Office suite of products we have to include a reference to the Office PIAs or Primary Interop Assemblies
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, PIAs, VB.NET, Visual Studio, Word |
8 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 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
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
Dmitry Kostochko | August 21st, 2009
In one of the previous posts, we examined the possibilities of retrieving properties from Outlook MailItem when dragging this item onto your custom form. Here is that post: How to get properties of an Outlook email item drag-and-dropped onto a .NET form. But what if the Advanced Region is in a Minimized state? In this case the form is hidden and none of the standard events will work...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, VB.NET, Visual Studio, Word |
No Comments
Eugene Starostin | May 1st, 2009
Strange things mentioned in my previous post continue to happen. To the bug successfully fixed in the Office Live Add-in on Excel 2007, there's added a nasty and so far no-solution problem with the same add-in, this time on Word 2003...
Read the rest of this entry →
.NET, C#, COM add-ins, Delphi, Office, VB.NET, Visual Studio, VSTO, Word |
No Comments