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
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
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)
September, 2004
MSDN Blogs
>
.NET4Office
>
September, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET4Office
Another venue for VSTO 1.0
Posted
over 8 years ago
by
Eric Carter
0
Comments
A quick plug for another way to get your hands on VSTO 1.0. If you haven't picked up VSTO yet, you should check out Visual Studio .NET 2003 Special Edition . It includes a bunch of extra goodies including Visual Tools for Office 2003 which was previously...
.NET4Office
Add-in Shimming Wizard!
Posted
over 8 years ago
by
Eric Carter
5
Comments
I've talked at some length in this blog about the importance of shimming your managed add-in so it can live in its own appdomain and not do damage to other add-ins. Also, while I'm on the topic, please don't force a particular version of the CLR--always...
.NET4Office
There be PowerPoint here captain!
Posted
over 8 years ago
by
Eric Carter
0
Comments
I've updated officewiki ( http://www.officewiki.net ) to include PIA documentation for the PowerPoint PIAs. Go to http://www.officewiki.net/default.aspx/PowerPoint.PowerPointIndex to see the main PowerPoint index.
.NET4Office
Programming Visio, Building Research Services in .NET
Posted
over 8 years ago
by
Eric Carter
0
Comments
Mai-lan , a lead PM on the Visio team, has started blogging about Visio development issues including tips for .NET development against Visio. She recently blogged about how to improve performance of Visio solutions . Check it out. Also, you should check...
.NET4Office
Simple data binding changes in VSTO 2.0 Beta 2
Posted
over 8 years ago
by
Eric Carter
2
Comments
[Thanks to Mohit Gupta for his code examples that I quote in this entry] We changed how simple data binding works in VSTO 2.0 Beta 2 from the Beta 1 behavior. As you may know, simple data binding in VSTO 2.0--say binding an Excel named range to a "Name...
.NET4Office
Excel Tetris!
Posted
over 8 years ago
by
Eric Carter
1
Comments
As a developer in our group said, this isn't a killer enterprise app, it's an enterprise killer app. If you're feeling a little too productive, check out this article by Woo Seok Seo where you are shown how to create a Tetris application in Excel using...
.NET4Office
Problems when a Method and Event name are the same when using C#
Posted
over 8 years ago
by
Eric Carter
2
Comments
[Editors note: Blogging is slow right now because we are really heads down trying to get Beta 2 of Visual Studio 2005 ready for you.] You may have run into this issue in Beta1 of Visual Studio 2005. I thought I might blog about it. If you wrote this code...
.NET4Office
Parameterized Properties in C# and the mystery of Value2 in Excel
Posted
over 8 years ago
by
Eric Carter
3
Comments
One of the mysteries in Excel customization code that I see written by C# developers is the use of the "Value2" property to set the value of a Range in Excel. Why do C# developers use this wacky Value2 property? Most VB programs you see written against...
Page 1 of 1 (8 items)