Sign In
Microsoft Visual Studio Tools for the Microsoft Office System
Build customized business solutions with Microsoft Office
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Audio
Chinese language
Conferences
Custom Task Panes
Demos
Deployment
Dev Lab Presentations
OBA
Outlook
Podcast
Ribbon
Runtime
Security
Video Tutorials
VSTO
Archive
Archives
April 2008
(1)
February 2008
(1)
January 2008
(3)
October 2007
(1)
September 2007
(1)
August 2007
(4)
July 2007
(6)
June 2007
(7)
May 2007
(7)
April 2007
(2)
March 2007
(2)
January 2007
(3)
November 2006
(1)
September 2006
(1)
June 2006
(3)
May 2006
(1)
April 2006
(1)
March 2006
(4)
October 2005
(4)
September 2005
(5)
July 2005
(1)
June 2005
(4)
May 2005
(2)
April 2005
(5)
March 2005
(5)
February 2005
(5)
January 2005
(6)
December 2004
(2)
November 2004
(1)
October 2004
(4)
September 2004
(2)
July 2004
(1)
June 2004
(2)
May 2004
(2)
April 2004
(9)
March 2004
(2)
February 2004
(2)
Video Tutorials
MSDN Blogs
>
Microsoft Visual Studio Tools for the Microsoft Office System
>
Video Tutorials
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Visual Studio Tools for the Microsoft Office System
Update Your Blog Readers, We've Moved!
Posted
over 4 years ago
by
VSTO Team
0
Comments
The Visual Studio Tools for Office team has moved to http://blogs.msdn.com/vsto , and the RSS feed is http://blogs.msdn.com/vsto/rss.xml . We've got a lot more team members set up to blog over there so come on over and join us! Important Links: ...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Demo: Importing an Outlook Form Region into Visual Studio
Posted
over 5 years ago
by
VSTO Team
1
Comments
This 4-minute video demonstrates creating a form region in Outlook with controls that are bound to Outlook data, and then importing the form region into a Visual Studio 2008 Beta 2 Outlook add-in project. After the form region is in Visual Studio, you...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Demo: VSTO and VBA Interop
Posted
over 5 years ago
by
VSTO Team
4
Comments
Here's a short video that shows a new feature of Visual Studio 2008 Beta 2 -- calling from VBA in a VSTO solution document into the managed Visual Basic code in the assembly. You can find out more and download Visual Studio 2008 Beta 2 from the Visual...
Microsoft Visual Studio Tools for the Microsoft Office System
Videos That Demonstrate VSTO 2005 SE Tasks
Posted
over 5 years ago
by
VSTO Team
1
Comments
There's a new type of technical article on MSDN called "Visual How Tos." These articles feature videos that show how to perform specific tasks, and they include short written articles with code samples or links to code samples and other examples in the...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: Customizing a Ribbon in Access with VSTO “v3”
Posted
over 6 years ago
by
VSTO Team
2
Comments
In this demonstration, I show you how you can create a VSTO "v3" add-in for Microsoft Office Access that customizes the Ribbon. You’ll find a new item called Ribbon Support that you can use to add a Ribbon class and XML file to your project. By default...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: Creating a VSTO "v3" Add-In
Posted
over 6 years ago
by
VSTO Team
0
Comments
In this demonstration, I show you how you can create a VSTO "v3" add-in for Microsoft Office PowerPoint. The add-in displays a message box whenever PowerPoint is opened or closed, and there is additional code to manipulate the background and text on each...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: Creating a VSTO "v3" Custom Task Pane
Posted
over 6 years ago
by
VSTO Team
4
Comments
In this demonstration, I show you how you can create an application-level custom task pane in Microsoft Office Excel. The task pane contains a MonthCalendar control and button, and enables you to insert a date into your current selection within a worksheet...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Set the Flag Icon for E-Mail Items in Your Outlook Inbox that Have Attachments
Posted
over 7 years ago
by
VSTO Team
2
Comments
This demonstration shows you how to use the new Microsoft Office Outlook add-in project feature in Microsoft Visual Studio 2005 Tools for the Microsoft Office System to set the flag icon for e-mail items in your Outlook Inbox that have attachments. The...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Use VSTO 2005 Help
Posted
over 7 years ago
by
VSTO Team
2
Comments
This demonstration shows you how to use Microsoft Visual Studio 2005 Tools for the Microsoft Office System Help. The demo is five minutes long and can be viewed at Demo 12--How to Use VSTO 2005 Help . Note that the file size is about 3.2 MB. -- Paul Cornell...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Add Smart Tags to Word Documents
Posted
over 7 years ago
by
VSTO Team
3
Comments
This demonstration shows you how to add a smart tag to a Word document. The smart tag converts temperatures from Fahrenheit to Celsius using regular expressions pattern matching. The demo is seven minutes long and can be viewed at Demo 11--How to Add...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Bind Data to Controls on a Word Document
Posted
over 7 years ago
by
VSTO Team
0
Comments
This demonstration shows you how to use the Data Sources Window in Visual Studio to add data-bound controls to a Word document. The demo is five minutes long and can be viewed at Demo 10 -- How to Bind Data to Controls on a Word Document . Note that the...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Bind Data to Controls on an Excel Worksheet
Posted
over 7 years ago
by
VSTO Team
2
Comments
This demonstration shows you how to use the Data Sources Window in Visual Studio to add data-bound controls to an Excel worksheet. The demo is six minutes long and can be viewed at Demo 9 -- How to Bind Data to Controls on an Excel Worksheet . Note that...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Change Controls on the Actions Pane
Posted
over 8 years ago
by
VSTO Team
2
Comments
This demonstration shows you how to change controls on the actions pan e according to user context. I demonstrate how to map XML elements to a Word document and write code against the ContextEnter, ContextLeave and Select event handlers of an XMLNode...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Set the Stack Order of Controls on the Actions Pane
Posted
over 8 years ago
by
VSTO Team
2
Comments
This demonstration shows you how to add multiple actions pane controls to the actions pane. It also shows you how to control the stack order of the controls on the actions pane from a custom user control that is added to the document. This demo is just...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Add Controls to the Actions Pane
Posted
over 8 years ago
by
VSTO Team
3
Comments
T h is demonstration shows you how to add multiple Microsoft Windows Forms controls to the actions pane using the new actions pane control. This demo is six minutes long and can be viewed at D e mo 6 - How to Add Controls to the Actions Pane . Note that...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Resize Excel Controls
Posted
over 8 years ago
by
VSTO Team
0
Comments
In my second video tutorial, I showed you how to resize Microsoft Windows Forms controls within worksheet cells. This demo shows you how to resize Microsoft Office Excel controls (the NamedRange and ListObject controls) at design time and at run time...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Persist Column and Row Order in a Data-Bound List Object
Posted
over 8 years ago
by
VSTO Team
0
Comments
This demonstration describes how Microsoft Visual Studio Tools for the Microsoft Office System, Version 2005 persists the row and column order of a data-bound ListObject . The demo is five minutes long and can be viewed at Demo 4 -- How Column and Row...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Add Custom User Controls to Documents
Posted
over 8 years ago
by
VSTO Team
1
Comments
This demonstration shows you how you can create a custom user control so that you can add it to your document by dragging the control from the Toolbox. The demo is five minutes long, and can be viewed at Demo 3 -- Add a Custom User Control to your Document...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Resize Controls Within Worksheet Cells
Posted
over 8 years ago
by
VSTO Team
0
Comments
This demonstration shows you how to set a property on a Microsoft Windows Forms control that you've added to your Microsoft Office Excel worksheet so that it automatically resizes when you resize the worksheet cell. This demo is six minutes long and can...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Tutorial: How to Locate and Delete NamedRange Controls
Posted
over 8 years ago
by
VSTO Team
0
Comments
Following Paul Stubbs' lead, I'll be providing a series of short video presentations to demonstrate some of the new features of Microsoft Visual Studio Tools for the Microsoft Office System. The first demo shows you how to locate and delete NamedRange...
Page 1 of 1 (20 items)