Posts Tagged ‘VB.NET’
Andrei Smolin | June 17th, 2021
Today, I’m following Microsoft recommendations and using code fragments they provide to investigate the behavior of a System.Windows.Forms.Form (simply a form)...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 2019, Office 365, Outlook, PowerPoint, task panes, VB.NET, Word |
3 Comments
Andrei Smolin | June 10th, 2021
In the first blog of this series, I showed issues related to using several monitors with different DPIs. To get an explanation of those pretty confusing results, let’s check resources available on the web....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 365, Outlook, Outlook regions, PowerPoint, task panes, VB.NET, Word |
No Comments
Andrei Smolin | July 1st, 2020
Quick news: we've developed a new version of sample COM add-in projects that we provide in the downloadable archive on the Add-in Express .NET Downloads page...
Read the rest of this entry →
C#, COM add-ins, Excel, Object model, Office, Outlook, Outlook regions, PowerPoint, Project, Ribbon, task panes, VB.NET, Word |
5 Comments
Ty Anderson | September 18th, 2014
Writing email can get you in a lot of trouble if you are not paying attention. I can tell you about some seriously funny (on retrospect) situations caused when I inadvertently added a recipient that I did not intend to add. I can tell you but I won't (unless we meet in person and you buy me a beer). Let's just say that Outlook's autofill feature is not your friend and is not to be trusted...
Read the rest of this entry →
COM add-ins, Outlook, VB.NET |
27 Comments
Ty Anderson | August 1st, 2014
Out-of-the-box, Outlook'is address book is the default contacts folder that resides in a user's Outlook folder structure. In a typical Outlook installation, there is a single contacts folder and feeds the TO, CC, BCC fields in the Outlook email form. In any form that supports assigning a contact to it, the default address book feeds it as well...
Read the rest of this entry →
COM add-ins, Outlook, VB.NET |
4 Comments
Andrei Smolin | June 24th, 2014
On an example of a simple scenario, this article demonstrates what causes 0x800A01A8 and how to avoid it in C#, VB.NET, VBA, Delphi. Exception from HRESULT: 0x800A01A8 is also known as OLE error 800A01A8 and also known as Object Required....
Read the rest of this entry →
.NET, C#, COM add-ins, Delphi, Object model, Office, PowerPoint, VB.NET, VBA |
10 Comments
Ty Anderson | February 12th, 2014
Like all Office apps, the main object in the PowerPoint object model is the Application object. Underneath it we have a few key objects that will allow us to achieve most of our development goals. Here is summary of PowerPoint's base objects...
Read the rest of this entry →
PowerPoint, VB.NET |
2 Comments
Ty Anderson | January 30th, 2014
Microsoft does not provide us with a way to customize the Send button using the Outlook object model. We can't change its caption, size, colors, etc. This is just how it is. Microsoft is happy with the Send button as-is and doesn't want us messing with it...
Read the rest of this entry →
Outlook, VB.NET |
7 Comments
There are a lot of examples floating around on the internet on how to convert Excel column numbers to alphabetical characters. There are a few ways to get the column letter, using either vanilla C# or VB.NET, Excel formulas or the Excel object model. Let's take a look at some of the solutions...
Read the rest of this entry →
.NET, C#, Excel, VB.NET |
21 Comments
Ty Anderson | October 24th, 2013
Microsoft Excel, being a spreadsheet application, automatically brings structure to your thinking. You can build models to help you think through just about anything. You can organize your data and create lists of any imaginable type. In fact, most apps in the mobile app stores these days can easily be replaced by Excel files. Even games...
Read the rest of this entry →
.NET, COM add-ins, Excel, VB.NET |
12 Comments
Ty Anderson | October 2nd, 2013
Today we will tackle the issue of customizing Excel menus and back stage view. As you know, there are multiple versions of Excel "in-play" and it is wise to architect your solutions to work seamlessly with them. Add-in Express provides the tools, but it helps to know how to use them...
Read the rest of this entry →
.NET, COM add-ins, Excel, VB.NET |
No Comments