Posts Tagged ‘VB.NET’
Ty Anderson | August 15th, 2013
Designing Microsoft Word documents is not all that different from designing a web page; you want to keep the content and the design separate. In Word, you keep them separate by utilizing styles. Styles include a plethora of design elements (e.g. font, borders, paragraph format, etc). Let's have some fun with them via code...
Read the rest of this entry →
.NET, VB.NET, Visual Studio, Word |
No Comments
Ty Anderson | August 7th, 2013
Microsoft Word is about the authoring of documents. Documents contain pages, paragraphs, sentences and more. Today, I want to wade into the waters of manipulating Word document content. The plan is to get your feet wet by providing an overview of the key objects along with code samples...
Read the rest of this entry →
.NET, VB.NET, Word |
44 Comments
Dmitry Kostochko | April 9th, 2013
Today I am going to break our long-time tradition of announcing major version releases only with the announcement of the new minor update of Add-in Express for Office and .net. "What is special about this build?" you may ask me. Well, I have the answer. Apart from minor improvements and bug fixes the new build (7.2.4055) adds support for Visual Studio Express 2012 for Windows Desktop...
Read the rest of this entry →
C#, COM add-ins, Office, VB.NET, Visual Studio |
1 Comment
Ty Anderson | February 12th, 2013
Now that Microsoft Office 2013 is available, it's time to start digging through the "What's New for Office Developers" topics. I'm not sure where these topics will take us because, with each release of Office, Microsoft touts the various new features and objects available to developers...
Read the rest of this entry →
Excel, Office 2013, VB.NET |
No Comments
Ty Anderson | January 30th, 2013
If you decide to build an Outlook add-in, you're going to want to customize the user interface. If you start customizing the Outlook user interface, you'll probably build a custom ribbon. If you build a custom Outlook ribbon, you'll want to put some controls on it like a button that toggles, a checkbox, and a drop down control
...
Read the rest of this entry →
COM add-ins, Outlook, Ribbon, VB.NET |
15 Comments