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
Advice for Emerging Platforms
Posted
over 9 years ago
by
Eric Carter
6
Comments
If I was to go work for another team inside Microsoft right now, I think the team I’d be most tempted to work for is the Outlook team. Why?—because in my opinion at least, Outlook is the next big emerging developer platform at Microsoft...
.NET4Office
We forgive you Chris
Posted
over 9 years ago
by
Eric Carter
0
Comments
Chris Kunicki posts a funny blog about how he originally provided some luke-warm feedback on the VSTO 2.0 feature where we put the Word/Excel document right inside the Visual Studio frame. Now he's seen the error of his ways and loves the feature :) ...
.NET4Office
We're all sharing the same process--let's play nice
Posted
over 9 years ago
by
Eric Carter
0
Comments
This is kind of like the story where the mother tells her kids “While I’m gone, don't climb up onto the countertop, open the cupboard door, take the beans off the top shelf, and stuff the beans up your nose." I’m going to tell you something...
.NET4Office
You're living in your own private AppDomain--or at least you want to be.
Posted
over 9 years ago
by
Eric Carter
4
Comments
Sam Gentile blogs about ReleaseComObject --between Sam and Andrew Whitechapel I think they have covered this area well. However, from the standpoint of Office development and add-ins for Word, Excel, etc., the best policy is to stay out of DefaultDomain...
.NET4Office
Even More Smart Documents--VSTO2 Style
Posted
over 9 years ago
by
Eric Carter
0
Comments
Clearly today is ActionsPane day! Paul Cornell blogs on VSTO2 support for putting custom UI into the Office Task Pane . In this case, he gives an example incorporating Word, the calendar control, bookmarks, and Visual Studio Tools for Office 2.0...
.NET4Office
Smart Documents--VSTO2 Style
Posted
over 9 years ago
by
Eric Carter
0
Comments
Chris Kunicki --Office developer extraordinaire-- blogs about Smart Documents VSTO2 style . VSTO2 makes it super easy to put your custom winforms UI into the Office Task Pane--like 1 line of code easy (repeatedly press Ctrl+F1 while inside of Word...
.NET4Office
Word, XML, and VSTO 2.0 View Controls
Posted
over 9 years ago
by
Eric Carter
0
Comments
Paul Cornell blogs about the view controls we create for you in VSTO 2.0 when you have XML structure in your Word document . A couple of additional notes I would add: UpdateXML: One of the cool additional things we added to XMLNode is a new method...
.NET4Office
MSDN Webcast on Visual Studio Tools for Office Version 2: Developing Word Solutions
Posted
over 9 years ago
by
Eric Carter
4
Comments
Kathleen McGrath is doing an MSDN webcast on VSTO 2.0 and Word tomorrow, Tuesday April 27th, at 11 AM PST. Description: “This webcast will demonstrate how to use the new actions pane, provided by Microsoft® Visual Studio® Tools for...
.NET4Office
Tips and Tricks for Office
Posted
over 9 years ago
by
Eric Carter
1
Comments
PC Magazine posts 106 tips and tricks for Office . There's so many obscure things here that I've never heard of--like holding down the shift key when picking the file menu in Word--it gives you a “Close All” command. Someone should put...
.NET4Office
VSTO 2.0 and Cached Data: Goodbye Hidden Sheets, Hello Server!
Posted
over 9 years ago
by
Eric Carter
10
Comments
Paul Cornell blogs about cached data in VSTO 2.0 . I gotta tell you—cached data is one of features I’m most excited about in VSTO 2.0. First some background: Office programming is different from traditional WinForms programming...
.NET4Office
Word XMLNode and XMLNodes View Controls
Posted
over 9 years ago
by
Eric Carter
1
Comments
Paul Cornell blogs about the view controls we create for you in VSTO 2.0 when you schema map a schema into a word document.
.NET4Office
OneNote 2003 SP1 has an Object Model
Posted
over 9 years ago
by
Eric Carter
0
Comments
Andrew May blogs about some great news. OneNote 2003 SP1 will have a simple object model . All you frustrated programmers wanting to integrate with OneNote--here's your chance!
.NET4Office
Learn VSTO 2003 (1.0)
Posted
over 9 years ago
by
Eric Carter
0
Comments
Want an easy way to learn about Visual Studio Tools for Office 2003 (1.0)? First, get your hands on a copy of Visual Studio Tools for Office 1.0 and install it. It is part of MSDN Universal or can be purchased separately. It doesn't install with the...
.NET4Office
Why Use VSTO?
Posted
over 9 years ago
by
Eric Carter
1
Comments
Chris Kunicki has a great blog entry on why to use VSTO . This post is several weeks old, but still worth the link. There is a lot of value in VSTO 1.0--I've been blogging a lot about VSTO 2.0, but I will try to add some more information about VSTO...
.NET4Office
More about the VSTO 2.0 Programming Model--introducing Views
Posted
over 9 years ago
by
Eric Carter
5
Comments
I wrote in some detail about view controls earlier. My hope in this entry is to give you a slightly higher level view of the programming model and to introduce the concept of views. To begin, we will examine the programming model created in VSTO...
.NET4Office
Even More ReleaseComObject
Posted
over 9 years ago
by
Eric Carter
2
Comments
Andrew Whitechapel posts an exhaustive blog on when to use ReleaseComObject in Office add-ins. Bottom line for me: “If you’re sharing an AppDomain with someone else you should probably never RCO, because other components in the AppDomain...
.NET4Office
Have you tested your product over lunch break?
Posted
over 9 years ago
by
Eric Carter
3
Comments
We had some interesting bugs recently in VSTO 2.0 that basically involve letting the product sit for a while--like over lunch break--without doing anything. Testers and devs hate this kind of a bug: Do X, do Y, wait 5-15 minutes, do Z. But if you are...
.NET4Office
Type.Missing, C#, and Word
Posted
over 9 years ago
by
Eric Carter
11
Comments
Recently there was a little bit of a ruckus about the correct way to talk to the Word object model in C# when it comes to missing arguments. If you've ever used the Word PIAs with C# (Primary Interop Assemblies) you will be familiar with the coding practice...
.NET4Office
So what are these Host Controls you speak of?
Posted
over 9 years ago
by
Eric Carter
9
Comments
Host controls are at the heart of the VSTO 2.0 programming model. What are they, how and when do you create them, and what do they do for you? What is a Host Control? We provide several host controls in the VSTO 2.0 programming model. For Excel, we...
.NET4Office
Bear and the berries
Posted
over 9 years ago
by
Eric Carter
11
Comments
I talked to a Really Smart Guy TM at Microsoft yesterday about community and Microsoft's efforts in the community. The question I was trying to get answered was--is Microsoft approaching community in the right way? Would a Microsoft employee's time...
.NET4Office
Eric Lippert
Posted
over 9 years ago
by
Eric Carter
1
Comments
Eric Lippert, who has singlehandedly done more for purple Lucida Sans Unicode than anyone I know, links to my blog http://blogs.msdn.com/ericlippert/archive/2004/04/09/110556.aspx . Although he's got plenty to blog about already, hopefully he will...
.NET4Office
Bookmark View Control
Posted
over 9 years ago
by
Eric Carter
1
Comments
I hinted at View Controls and what they are in a previous post. I plan to blog some more about them. In the mean time if you want to read to the end of the story, there's an interesting article on one of the view controls we create for Word in VSTO...
.NET4Office
More ReleaseCOMObject
Posted
over 9 years ago
by
Eric Carter
1
Comments
Siew Moi Khor, who is an awesome contributor to the Office development community, points this out about the shim approach: “Using the shim also means the config file can be placed in the same directory as the assembly, instead of the office app...
.NET4Office
Who am I
Posted
over 9 years ago
by
Eric Carter
2
Comments
I just realized that I should maybe provide a little better idea of who I am and what I do. My name is Eric Carter--I'm a Development Lead at Microsoft. My team and I are currently working on Visual Studio Tools for Office 2.0. My team (which fortunately...
.NET4Office
I'll be there
Posted
over 9 years ago
by
Eric Carter
3
Comments
You may have noticed my “I'll be there” picture.. I'll be there--isn't that like a really bad Michael Bolton song or something of that ilk? Anywhoo, I'll be at Tech-Ed this year talking about VSTO 2.0 mainly, but I'm sure I can help you...
Page 1 of 2 (31 items)
1
2