Posts Tagged ‘VB.NET’
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 | February 26th, 2010
A couple of weeks ago I came across an interesting article on MSDN - Building a C++ Add-in for Outlook 2010. Aha, Outlook 2010, I need to scrutinize it when I have a spare minute, definitely I will find something remarkable there. This is what I thought when added a new task with the link to that article to my TODO list. Well, I've got a spare minute today...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | February 5th, 2010
Today's HowTo sample is devoted to the capabilities of Add-in Express Advanced Regions for modifying Outlook 2007 views. You can use Advanced Regions to embed your .NET form into a native Outlook view and modify such Outlook Explorer parts as Reading pane, List of items (Supergrid), place your custom form under the Navigation pane, etc...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio, VSTO |
No Comments