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
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)
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 5 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
Out Loud for Outlook: Speech Recognition & Synthesis
Posted
over 5 years ago
by
VSTO Team
0
Comments
Nathan Carlson developed a creative solution for Outlook 2007 using Visual Studio 2008 (codename Orcas). The Out Loud for Outlook project started as a dogfood testing project last summer. For those of you unfamiliar with the dogfood testing...
Microsoft Visual Studio Tools for the Microsoft Office System
The Reports of VBA's Demise Have Been Greatly Exaggerated
Posted
over 5 years ago
by
VSTO Team
3
Comments
There’s recently been some confusing information circulating about the future of VBA in the press that we want to clear up. The report that the next generation of Office will not contain VBA is untrue – the next generation of the Microsoft...
Microsoft Visual Studio Tools for the Microsoft Office System
VSTO Runtime Assembly Name Changes from Beta 2 to RTM
Posted
over 5 years ago
by
VSTO Team
1
Comments
If you created a project for Microsoft Office 2007 using Visual Studio 2008 Beta 2, you will probably see a number of broken assembly references if you open the project in the final release of Visual Studio 2008. This is because most of the assemblies...
Microsoft Visual Studio Tools for the Microsoft Office System
Hiding and Showing an Adjoining Outlook Form Region
Posted
over 5 years ago
by
VSTO Team
1
Comments
There is no way to show or hide an adjoining form region at run time. However, you can show and hide a custom task pane at run time. Therefore, if you need to give your users the ability to show and hide a UI panel in an Outlook item, consider using a...
Microsoft Visual Studio Tools for the Microsoft Office System
Wanted: Feedback on the documentation
Posted
over 6 years ago
by
VSTO Team
2
Comments
We are working on making the documentation better, but we need your help to do it right. We'd appreciate it if you could take 10 minutes to go to the Visual Studio Content Survey and let us know what you think.
Microsoft Visual Studio Tools for the Microsoft Office System
Orcas Beta 2 Deployment Stories
Posted
over 6 years ago
by
VSTO Team
0
Comments
Hi, my name is Kris Makey, I'm one of the Testers working on the VSTO team. Over the last year my area has been focused on testing the new Deployment features for "Orcas" Office 2007. It's been a rather hectic year getting every to be just right. Hopefully...
Microsoft Visual Studio Tools for the Microsoft Office System
Updated VSTO 2005 SE runtime is available
Posted
over 6 years ago
by
VSTO Team
3
Comments
An updated VSTO 2005 SE runtime (VSTOR.exe, build .891) is now publicly available for download at: http://www.microsoft.com/downloads/details.aspx?FamilyId=4468D8CB-B43E-4B09-82F6-8BA3F7B5E935 This update contains a couple of bug fixes in the area...
Microsoft Visual Studio Tools for the Microsoft Office System
Some customizations may stop working after an update to .NET Framework 2.0 is installed
Posted
over 6 years ago
by
VSTO Team
3
Comments
The Common Language Runtime stores User security policy in a location based on the CLR version number. Updates to the Microsoft .NET Framework 2.0 update the CLR version number when they are installed, which causes the CLR to check for policy in a different...
Microsoft Visual Studio Tools for the Microsoft Office System
Providing Feedback on Next Release of VSTO (in VS 2008 Beta 2)
Posted
over 6 years ago
by
VSTO Team
2
Comments
I'm hoping many of you are as excited as we are about the upcoming release of VSTO - shipping in Visual Studio 2008 Professional Edition. In this release, we'll have many new exciting features such as the ability to create custom Outlook form regions...
Microsoft Visual Studio Tools for the Microsoft Office System
Video Demo: Importing an Outlook Form Region into Visual Studio
Posted
over 6 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 6 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
Why a VSTO Runtime?
Posted
over 6 years ago
by
VSTO Team
9
Comments
Download the audio file Duration 9:48 Size 7 MB Thomas Quinn answers Christin's questions about why Visual Studio Tools for Office has its own runtime. Related link: Thomas Quinn's blog
Microsoft Visual Studio Tools for the Microsoft Office System
Building Office Business Applications
Posted
over 6 years ago
by
VSTO Team
2
Comments
Download the audio file Duration 19:02 Size 13.5 MB Joanna Bichsel from the Office Platform Strategy team joins Steve Fox to talk about how and why to build OBAs, including lessons learned from building a sales forecasting application using SharePoint...
Microsoft Visual Studio Tools for the Microsoft Office System
Outlook Form Regions
Posted
over 6 years ago
by
VSTO Team
0
Comments
Download the audio file Duration 17:08 Size 12.5 MB Mike Morton talks with Christin about using form regions to customize Outlook, and some of the new Outlook tools in VSTO that are coming in Beta 2. Related links: Creating Outlook Form Regions...
Microsoft Visual Studio Tools for the Microsoft Office System
OBA/VSTO Starter Kit v. 1.0 Ships
Posted
over 6 years ago
by
VSTO Team
7
Comments
Many of you may have heard about Office Business Applications, or OBAs. If not, OBAs are essentially composite applications that you can build using the Microsoft Office 2007 system. Part of the goal of OBAs is to also integrate with LOB systems, such...
Microsoft Visual Studio Tools for the Microsoft Office System
OBAs and Office UI customization
Posted
over 6 years ago
by
VSTO Team
0
Comments
Download the audio file Duration 20:50 Size 15 MB Steve Fox and Paul Stubbs talk about Office Business Applications (OBAs) and customizing the Microsoft Office Fluent user interface. Related links: Office Business Applications Developer Portal...
Microsoft Visual Studio Tools for the Microsoft Office System
How Mike Walker's Company Develops Office Solutions
Posted
over 6 years ago
by
VSTO Team
0
Comments
Download the audio file Duration 19:05 Size 13.5 MB Mike Walker, a VSTO MVP, talks about the Office solutions his company develops, and how they plan to use the new features of the 2007 Microsoft Office system. Related Link: FWBS Ltd , Mike Walker...
Microsoft Visual Studio Tools for the Microsoft Office System
Security and Deployment
Posted
over 6 years ago
by
VSTO Team
0
Comments
Download the audio file Duration 13:23 Size 9.5 MB Darryn Lavery talks with Christin about the changes to security and deployment in Visual Studio 2008. Related link: ClickOnce Deployment
Microsoft Visual Studio Tools for the Microsoft Office System
Orcas and Software Testing (Chinese Language Episode)
Posted
over 6 years ago
by
VSTO Team
2
Comments
登陆澳克斯岛( VSTO2008 ) Download the audio file Duration 9:48 Size 7 MB In this Chinese-language episode, Mei Liang and Qiong Ou from VSTO QA provide an introduction to VSTO Orcas and software testing. Related links: Visual Studio Product Roadmap...
Microsoft Visual Studio Tools for the Microsoft Office System
Audio How-to: Creating Custom Task Panes Using VSTO 2005 SE
Posted
over 6 years ago
by
VSTO Team
2
Comments
Download the audio file Duration: 6:03 Size: 4.5 MB In this audio how-to, Harry Miller gives some tips and tricks for creating custom task panes using Visual Studio 2005 Tools for Office Second Edition. Related Videos: Adding Custom Task Panes to...
Microsoft Visual Studio Tools for the Microsoft Office System
Accessing the Ribbon from Other Classes in your Project
Posted
over 6 years ago
by
VSTO Team
0
Comments
The Beta 1 release of Visual Studio Code Name Orcas Tools for the Microsoft Office System introduced a new visual design canvas called the Ribbon Designer. You can use the Ribbon Designer to add custom tabs, groups, and controls to the Ribbon of...
Microsoft Visual Studio Tools for the Microsoft Office System
Soliciting Documentation Feedback
Posted
over 6 years ago
by
VSTO Team
0
Comments
Gathering customer feedback is a critical part of our documentation process. Your feedback helps us determine whether we are writing the type of content that is most useful to our customers (such as procedural how-to's, in-depth walkthroughs, API reference...
Microsoft Visual Studio Tools for the Microsoft Office System
The Managed Add-in Framework
Posted
over 6 years ago
by
VSTO Team
0
Comments
Download the audio file Duration 14:33 Size 10 MB Thomas Quinn talks with Christin about the VSTO runtime and the managed add-in framework. Related links : Thomas Quinn's blog
Microsoft Visual Studio Tools for the Microsoft Office System
Videos That Demonstrate VSTO 2005 SE Tasks
Posted
over 6 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...
Page 1 of 5 (113 items)
1
2
3
4
5