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)
April, 2008
MSDN Blogs
>
.NET4Office
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET4Office
Deploying VSTO 2008 add-ins to all users (continued)
Posted
over 4 years ago
by
Eric Carter
0
Comments
Misha blogs again, this time about how to install a VSTO 2008 add-in to all users on a machine. Deploying your VSTO 2008 Add-In to All Users (Part III)
.NET4Office
VBA and VSTO Can Be Friends (Part II)
Posted
over 4 years ago
by
Eric Carter
1
Comments
VBA code can easily be called from VSTO. Here are the basic steps. Create a document with VBA code in it. Declare a public function or subroutine in the VBA code behind the document. Figure out a trusted location to create a VSTO project from Create...
.NET4Office
VSTO 2008 Case Studies
Posted
over 4 years ago
by
Eric Carter
1
Comments
Slavishly copied from John Durant's blog, I hadn't seen these before so I thought I'd pass them one. They are two case studies showing how CME Group and Dell used Visual Studio 2008 and the new features of VSTO in their solutions. CME Group Link...
.NET4Office
Video on VSTO Power Tools
Posted
over 4 years ago
by
Eric Carter
1
Comments
There's a nice intro video to the VSTO Power Tools we recently released on Channel 9. Hopefully when i get a little more time, I'll be able to blog a bit more about these tools. For now, check out the video intro: http://channel9.msdn.com...
.NET4Office
VBA and VSTO Can Be Friends (Part I)
Posted
over 4 years ago
by
Eric Carter
2
Comments
One of the cool new features of VSTO 3.0 is better support for what I would term "Extending VBA with VSTO". Our strategy here and what we recommend to customers is that we aren't going to try to migrate all your VBA code to VSTO--this is a bit of an unsolvable...
.NET4Office
OBA Sample Application for PeopleSoft
Posted
over 4 years ago
by
Eric Carter
3
Comments
During Kurt DelBene’s keynote at Collaborate 08 the OBA Sample Application Kit for PeopleSoft—a new addition to the small family of OBA Sample Application Kits—was announced This kit was designed for developers and architects to...
.NET4Office
How Do I Get My VSTO Add-in for Office 2007 to Install for All Users?
Posted
over 4 years ago
by
Eric Carter
0
Comments
This is a common question with VSTO 3.0 add-ins. Office only allows VSTO add-ins to be registered under HKCU in the registry which means they can only be installed for the user that runs your add-in setup on their account, not available to all users...
.NET4Office
ApplicationClass Needn't Be Avoided
Posted
over 4 years ago
by
Eric Carter
2
Comments
Geoff Darst--an engineer on our team--sent this to me a while back and I think it would be good to pass it on. I still think in general people avoid using ApplicationClass because it makes your code look like the VBA and VB6 code everyone is familiar...
.NET4Office
How to get VSTO ClickOnce add-ins to "Update Now"
Posted
over 4 years ago
by
Eric Carter
1
Comments
Kristopher Makey, an engineer on my team, blogs about how to add an "Update Now" button to get a VSTO add-in to force an update . Update: He has a second article which is more complete here . Unfortunately it's a bit of a hack for now, but if you really...
.NET4Office
Microsoft Office Interactive Developer Map v.2
Posted
over 4 years ago
by
Eric Carter
1
Comments
Something to check out if you haven't seen it yet. This was released earlier this year. http://msdn.microsoft.com/office/devmap The Microsoft Office Interactive Developer Map is a Windows Presentation Foundation (WPF) application that helps developers...
.NET4Office
Setting the BackColor to match the Office 2007 color scheme
Posted
over 4 years ago
by
Eric Carter
1
Comments
Daniel Molina, a developer on my team, shared this code which is useful if you want to detect the Office color scheme (e.g. black, silver, blue) and try to match the backcolor of your ActionsPane or other UI you show to match that color. A couple of...
.NET4Office
Why are there two design time adaptors loading in Excel 2007
Posted
over 4 years ago
by
Eric Carter
1
Comments
So, while running Excel 2007 with VSTO installed, you may have noticed that there are two design time adaptors registered, one for Excel 2003 and one for Excel 2007: I asked one of our engineers, Richard Cook, to give me a run down of why we do this. ...
.NET4Office
VSTO Outlook Add-in Talks and Obeys Your Commands
Posted
over 4 years ago
by
Eric Carter
0
Comments
If you haven't checked this out yet, it is worth looking at. Nathan Carlson, a developer on my team, created a VSTO Outlook Add-in that can read your mail using voice synthesis and also responds to voice commands. You can download the source code here...
.NET4Office
VSTO Team Blog has Moved
Posted
over 4 years ago
by
Eric Carter
0
Comments
The VSTO team blog has moved to http://blogs.msdn.com/vsto , and the RSS feed is http://blogs.msdn.com/vsto/rss.xml . The team blog is an interesting source of insider information on VSTO, I'd encourage you to subscribe. Some cool recent posts over there...
.NET4Office
VSTO Runtime Versions Explained
Posted
over 4 years ago
by
Eric Carter
0
Comments
Andrew Whitechapel posted a great article explaining the multiple versions of the VSTO runtime. http://blogs.msdn.com/andreww/archive/2008/04/02/vsto-loader-and-runtime-components.aspx One anecdote that I find entertaining--the original VSTO runtime was...
.NET4Office
Communicator VSTO Add-in for Outlook
Posted
over 4 years ago
by
Eric Carter
0
Comments
Michael Dunn posted a cool VSTO add-in for Outlook that integrates Outlook and Communicator. All the code is there as well. The add-in puts the communicator window inside of Outlook in a task pane.
.NET4Office
Updated Instructions for Writing User Defined Functions for Excel in .NET
Posted
over 4 years ago
by
Eric Carter
7
Comments
I updated a very popular blog post I made several years ago with some little additions and corrections that I think make the process of creating a user defined function (e.g. a custom function to use in Excel formulas) easier to create in Visual Studio...
.NET4Office
VSTO Book now available in Chinese
Posted
over 4 years ago
by
Eric Carter
0
Comments
Jie Wang shared these photos with me of the VSTO book now translated into Chinese. Thanks to Jie Wang (in the photo) for his work on this book as well as Mei Liang who wrote a review for the book.
Page 1 of 1 (18 items)