Sign in
.NET4Office
A blog by Eric Carter
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
All Office and no play...
Great Moments at Work
InfoPath
Office Programming Model
Programmability
Archive
Archives
November 2009
(1)
May 2009
(10)
April 2009
(1)
March 2009
(9)
October 2008
(1)
August 2008
(2)
July 2008
(3)
June 2008
(1)
May 2008
(6)
April 2008
(18)
March 2008
(1)
February 2008
(1)
October 2007
(4)
July 2007
(3)
May 2007
(2)
April 2007
(8)
November 2006
(7)
October 2006
(2)
September 2006
(3)
August 2006
(2)
July 2006
(4)
June 2006
(6)
May 2006
(3)
April 2006
(1)
March 2006
(3)
February 2006
(2)
January 2006
(3)
November 2005
(3)
October 2005
(1)
September 2005
(6)
August 2005
(3)
July 2005
(1)
June 2005
(13)
May 2005
(3)
March 2005
(3)
February 2005
(2)
January 2005
(2)
December 2004
(2)
November 2004
(3)
October 2004
(9)
September 2004
(8)
August 2004
(4)
July 2004
(1)
June 2004
(3)
May 2004
(9)
April 2004
(31)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET4Office
VSTO support for Outlook
Posted
over 8 years ago
by
Eric Carter
7
Comments
Steve Ballmer announced VSTO support for Outlook add-ins in his Tech-Ed keynote today. This is exciting news--VSTO Outlook add-ins solve all the problems people have encountered while trying to build managed COM add-ins for Outlook using IDTExtensibility2...
.NET4Office
More Misha Cat: Why did we use the wrap approach rather than the extends approach for Actions Pane
Posted
over 8 years ago
by
Eric Carter
4
Comments
Continuing my series of interviews with Misha Shneerson. Eric: Why did we use the "wrap" approach for ActionsPane instead of the "extends" approach? VSTO uses two models to provide additional functionality on top of the Office object models. In...
.NET4Office
How VSTO solves the Excel LCID or Locale issue in the June CTP build
Posted
over 8 years ago
by
Eric Carter
4
Comments
The June CTP of Visual Studio 2005 is now live on MSDN. In this build, you will find that VSTO has added a feature to address the Excel LCID or Locale issue. What is the Excel Locale issue? Well, if you run a VSTO customization for Excel on a machine...
.NET4Office
ActionsPane AutoRecover and Clear
Posted
over 8 years ago
by
Eric Carter
1
Comments
Misha Shneerson--also known as "Misha-Cat" and "founder of ActionsPane" recently answered some questions I had about ActionsPane. To preface this, VSTO's support for ActionsPane actually attaches a Smart Document solution to the Word or Excel document...
.NET4Office
VSTO Smart Tag Terms
Posted
over 8 years ago
by
Eric Carter
1
Comments
VSTO smart tags let you easily create a smart tag by adding some terms to it. For example, consider this simple smart tag in a VSTO worksheet project item. It creates a smart tag that recognizes the term "Halibut". One caveat about using the terms collection...
.NET4Office
VSTO Book Announcement--Sample chapter covers VSTO's new support for Outlook
Posted
over 8 years ago
by
Eric Carter
1
Comments
More exciting announcements! Eric Lippert and I have just completed writing a book on VSTO that will be in the Addison-Wesley .NET Series--it is coming out this fall. You can read a sample chapter that covers VSTO's new support for Outlook here: ...
.NET4Office
Check out this Outlook VSTO video
Posted
over 8 years ago
by
Eric Carter
1
Comments
Kathleen has created yet another awesome video, this time showing VSTO's new support for Outlook. Her demonstration shows you how to use the new Microsoft Office Outlook add-in project feature in Microsoft Visual Studio 2005 Tools for the Microsoft...
.NET4Office
I'm looking for a strong developer to work on my team creating the next version of VSTO
Posted
over 8 years ago
by
Eric Carter
1
Comments
I'm looking for a strong developer with C++ & C# skills to work on the next version of VSTO. I am the hiring manager for this position. Submit your resume via my contact link: http://blogs.msdn.com/eric_carter/contact.aspx Visual Studio Tools for...
.NET4Office
Even More Misha Cat: Why are the number of Actions in VSTO's Smart Tag feature fixed?
Posted
over 8 years ago
by
Eric Carter
0
Comments
Misha also worked on the VSTO Smart Tags feature. I recently asked him this question: Eric: One aspect of the smart tag design seems pretty strange to me: Why do you have to do this: SmartTag mySmartTag = new SmartTag(" http://smarttags.me.com#fish...
.NET4Office
June CTP Drop: An easier way to attach a VSTO customization for WordML and WordML XLST scenarios
Posted
over 8 years ago
by
Eric Carter
0
Comments
I recently blogged about the new feature that fixes the Excel Locale issue. There are several other last minute additions to VSTO that I will blog about in the next several posts that you can try out in the June CTP drop. As part of our last VSTO dev...
.NET4Office
June CTP Drop: RemoveCustomization method
Posted
over 8 years ago
by
Eric Carter
0
Comments
Another thing that came back loud and clear in developer feedback is that there needs to be a way to cleanly remove the VSTO 2005 customization from a Word or Excel document. We have provided such a method called RemoveCustomization() that you will find...
.NET4Office
June CTP Drop: Some changes to dynamically added controls
Posted
over 8 years ago
by
Eric Carter
0
Comments
We made a couple of small changes to our dynamic controls support feature--this is the feature where at runtime you can add new managed controls or host item controls to the document--like a button or a NamedRange. Two changes: 1) There is now a...
.NET4Office
June CTP Drop: A way to disconnect a ListObject from its DataSource that leaves the data in the ListObject
Posted
over 8 years ago
by
Eric Carter
0
Comments
This probably seems pretty obvious but there was no way until the June CTP build to fill a ListObject with data and then disconnect it from the underlying data source---effectively doing a read only databinding to ListObject. There is now a Disconnect...
Page 1 of 1 (13 items)